Skip to content

Commit

Permalink
add container_name to compose
Browse files Browse the repository at this point in the history
  • Loading branch information
RoblKyogre committed Feb 24, 2024
1 parent 8c41dd1 commit 6cd5b32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ services:
viaaas:
image: roblkyogre/docker-viaaas:latest
# build: .
container_name: viaaas
env_file: ./docker.env
ports:
- 25543:25543 # Web UI port
Expand Down

0 comments on commit 6cd5b32

Please sign in to comment.