Skip to content

Commit

Permalink
map the config.json for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinelliott committed Jul 3, 2024
1 parent ce59f03 commit 517e0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
meshinfo:
image: ghcr.io/meshaddicts/meshinfo:latest
volumes:
- config.json:/app/config.json
- ./config.json:/app/config.json
- ./output:/app/output
environment:
- PYTHONUNBUFFERED=1
Expand Down

0 comments on commit 517e0b2

Please sign in to comment.