Skip to content

Commit

Permalink
Update container name in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanStoves committed Sep 23, 2024
1 parent dedcf82 commit 3645e19
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 @@ -5,7 +5,7 @@ services:
build:
context: .
dockerfile: Dockerfile-dev
container_name: avrae_io
container_name: avrae_service
ports:
- "8000:8080"
environment:
Expand Down

0 comments on commit 3645e19

Please sign in to comment.