Skip to content

Commit

Permalink
fix: container name
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jan 4, 2024
1 parent 7542ffe commit a5b4bab
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 @@ -36,7 +36,7 @@ services:
local-file:
image: ghcr.io/isd-sgcu/johnjud-file
platform: linux/amd64
container_name: backend
container_name: file
depends_on:
- local-db
- local-cache
Expand All @@ -45,7 +45,7 @@ services:
- johnjud-local
- database
volumes:
- ./config/file:/config
- ./config/file:/app/config
ports:
- "3003:3003"

Expand Down

0 comments on commit a5b4bab

Please sign in to comment.