Skip to content

Commit 14332e1

Browse files
committed
fix
1 parent 3870a17 commit 14332e1

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
@@ -2,8 +2,6 @@ nginx:
22
build: ./nginx
33
ports:
44
- "80:80"
5-
volumes:
6-
- /home/app
75
volumes_from:
86
- web
97
links:
@@ -12,8 +10,6 @@ web:
1210
build: ./web
1311
ports:
1412
- "3000:3000"
15-
volumes:
16-
- /home/app
1713
links:
1814
- db:db
1915
- memcached:memcached

0 commit comments

Comments
 (0)