Skip to content

Commit c068035

Browse files
committed
Update docker-compose.yaml
1 parent b30b1d6 commit c068035

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-compose/docker-compose.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
version: '2'
22
services:
33

4-
crud-mysql:
5-
container_name: crud-mysql
4+
phonebook-mysql:
5+
container_name: phonebook-mysql
66
image: muhammadhanif/phonebook:mysql
77

8-
crud-flask:
9-
container_name: crud-flask
8+
phonebook-flask:
9+
container_name: phonebook-flask
1010
image: muhammadhanif/phonebook:flask
1111
ports:
1212
- "8181:8181"
1313
working_dir: /hnf/source_code
1414
command: python server.py
1515
links:
16-
- crud-mysql
16+
- phonebook-mysql
1717

0 commit comments

Comments
 (0)