Skip to content

Commit

Permalink
Update conflicting container name in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ky28059 committed Aug 25, 2024
1 parent e9da1a7 commit 70f9b33
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 @@ -36,7 +36,7 @@ services:
volumes:
- ./data/rctf-postgres:/var/lib/postgresql/data
bctf:
container_name: bctf
container_name: bctf-internal
build:
dockerfile: ./Dockerfile
context: ../bctf
Expand Down

0 comments on commit 70f9b33

Please sign in to comment.