mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-01 12:26:26 +00:00
Allow embedded comments in newline-comma lists (#3705)
This commit is contained in:
@@ -92,6 +92,16 @@ docker run -it --rm \
|
||||
itzg/minecraft-server
|
||||
```
|
||||
|
||||
In a compose file, include the volume mount in the `volumes` section of the container definition:
|
||||
|
||||
```yaml
|
||||
services:
|
||||
mc:
|
||||
# ... usual container definition
|
||||
volumes:
|
||||
- /path/to/mc-image-helper/build/install/mc-image-helper:/usr/share/mc-image-helper:ro
|
||||
```
|
||||
|
||||
For Go base tools, run
|
||||
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user