mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-20 10:55:23 +00:00
Add pull policy to examples in docs (#3739)
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
To configure server mods using a packwiz modpack, set the `PACKWIZ_URL` environment variable to the location of your `pack.toml` modpack definition:
|
||||
|
||||
```
|
||||
docker run -d -v /path/on/host:/data -e TYPE=FABRIC \
|
||||
docker run -d --pull=always \
|
||||
-v /path/on/host:/data -e TYPE=FABRIC \
|
||||
-e "PACKWIZ_URL=https://example.com/modpack/pack.toml" \
|
||||
itzg/minecraft-server
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user