Update docker-compose.yml

Remove the version: because it is obsolete. See: https://docs.docker.com/compose/compose-file/04-version-and-name/#version-top-level-element-optional
This commit is contained in:
Michael Ortner 2024-06-04 15:07:09 +02:00 committed by GitHub
parent 6019d2ee14
commit bd6e3c022f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,6 @@
# This is a Docker Compose configuration # This is a Docker Compose configuration
# intended for development purposes only # intended for development purposes only
version: '3'
volumes: volumes:
db: {} db: {}