Skip to content

Commit 7ece886

Browse files
committed
updated docker-compose yaml with flask app container name
1 parent c35cf31 commit 7ece886

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ services:
44
context: ./app
55
dockerfile: Dockerfile
66
image: flask-app:1.0.0
7+
container_name: flask-app-container
78
restart: always
89
env_file:
910
- ${ENV_FILE}

0 commit comments

Comments
 (0)