Added multistage, configs, and shrunk size
This commit is contained in:
16
README.md
16
README.md
@@ -20,4 +20,18 @@ The following will run the latest Webtiles crawl server.
|
||||
|
||||
```
|
||||
docker run -d --rm -p 8080:8080 --name=crawl_webtiles frozenfoxx/crawl:latest
|
||||
```
|
||||
```
|
||||
|
||||
## Persistent Deployment
|
||||
|
||||
All player RCs and webserver database files are located within `/data` within the container. Bind mount a host directory to this location to maintain persistence.
|
||||
|
||||
```
|
||||
docker run \
|
||||
-d \
|
||||
--rm \
|
||||
-v /data:/data \
|
||||
-p 8080:8080 \
|
||||
--name=crawl_webtiles \
|
||||
frozenfoxx/crawl:latest
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user