Config: Improve docs in docker-compose.yml example for Windows

This commit is contained in:
Michael Mayer 2021-10-25 18:31:09 +02:00
parent aa5f20e415
commit 1b73c51d3f

View file

@ -122,7 +122,8 @@ services:
# - "/var/run/docker.sock:/var/run/docker.sock"
# - "~/.docker/config.json:/config.json" # Optional, for authentication if you have a Docker Hub account
## Named volume for the Database Server, never remove unless you mount a regular folder instead (slower)
## Create named volumes, advanced users may remove this if they mount a regular host folder
## for the database or use SQLite instead (never remove otherwise)
volumes:
mariadb_data:
driver: local