Allow embedded comments in newline-comma lists (#3705)

This commit is contained in:
Geoff Bourne
2025-10-12 13:02:02 -05:00
committed by GitHub
parent 009412e52c
commit 9ff2f8f671
14 changed files with 268 additions and 245 deletions

View File

@@ -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