mirror of
				https://github.com/bcye/structured-wikivoyage-exports.git
				synced 2025-10-31 15:12:47 +00:00 
			
		
		
		
	specify version and add ulimit to readme
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| FROM ghcr.io/astral-sh/uv:debian | ||||
| FROM ghcr.io/astral-sh/uv:0.6-python3.12-bookworm | ||||
|  | ||||
| WORKDIR /app | ||||
|  | ||||
|   | ||||
| @@ -6,7 +6,7 @@ Small utility to convert the wikitext data from the Wikivoyage dumps into a stru | ||||
|  | ||||
| ### Docker | ||||
|  | ||||
| This script is intended to be run with docker. A docker image is [available from the GitHub registry](). For example, you may run it using the filesystem handler with `docker run -e HANDLER=filesystem -e HANDLER_FILESYSTEM_OUTPUT_DIR=/output -v ./output:/output ghcr.io/bcye/structured-wikivoyage-exports`. For all the different options, refer to [the docs](docs). | ||||
| This script is intended to be run with docker. A docker image is [available from the GitHub registry](). For example, you may run it using the filesystem handler with `docker run -e HANDLER=filesystem -e HANDLER_FILESYSTEM_OUTPUT_DIR=/output -v ./output:/output --ulimit nofile=65536:65536 ghcr.io/bcye/structured-wikivoyage-exports`. For all the different options, refer to [the docs](docs). | ||||
|  | ||||
| ### Types | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Bruce Röttgers
					Bruce Röttgers