Skip to content

Commit

Permalink
fix: volume path
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jan 4, 2024
1 parent b01d66b commit ec844f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
# - johnjud-local
# - database
# volumes:
# - ./config/auth:/config
# - ./config/auth:/app/config
# ports:
# - "3002:3002"

Expand All @@ -29,7 +29,7 @@ services:
# - johnjud-local
# - database
# volumes:
# - ./config/backend:/config
# - ./config/backend:/app/config
# ports:
# - "3003:3003"

Expand Down

0 comments on commit ec844f5

Please sign in to comment.