Skip to content

Commit 5228b1a

Browse files
authored
Removed volumes
1 parent 036c119 commit 5228b1a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ services:
44
vote:
55
build: ./vote
66
command: python app.py
7-
volumes:
8-
- ./vote:/app
97
ports:
108
- "5000:80"
119

@@ -22,8 +20,6 @@ services:
2220
result:
2321
build: ./result
2422
command: nodemon --debug server.js
25-
volumes:
26-
- ./result:/app
2723
ports:
2824
- "5001:80"
2925
- "5858:5858"

0 commit comments

Comments
 (0)