Skip to content

Commit

Permalink
style: Update volume mapping in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattevans committed Jan 9, 2025
1 parent 4a9de5c commit 4321c92
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ services:
- "127.0.0.1:host-gateway"
- "localhost:host-gateway"
volumes:
- type: bind
source: "${CONTRIBUTOOR_CONFIG_PATH}/config.yaml"
target: "/config/config.yaml"
read_only: true
- ${CONTRIBUTOOR_CONFIG_PATH}/config.yaml:/config/config.yaml:ro
restart: always

networks:
Expand Down

0 comments on commit 4321c92

Please sign in to comment.