Skip to content

Commit

Permalink
Fix validating docker-compose.override.sample.yaml: services.tools.vo…
Browse files Browse the repository at this point in the history
…lumes_from array items[1,2] must be unique
  • Loading branch information
sbrunner committed Jun 20, 2024
1 parent cc85415 commit ab09132
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ services:
# - QGIS_SERVER_LOG_LEVEL=0
# - QGIS_CATCH_SEGV=1 # The result stack traces will be available in /var/log/qgis.log

tools:
volumes_from:
- config:rw
#
# For Javascript project development.
# The debug application will be available at ``https://<host>/<entry_point>/dev/<interface>.html``.
# webpack_dev_server:
Expand Down

0 comments on commit ab09132

Please sign in to comment.