Skip to content

Commit 79f88aa

Browse files
committed
add network
1 parent ea2c38f commit 79f88aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker-compose.yml

+6
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ services:
66
working_dir: /usr/src/app
77
volumes:
88
- ./:/usr/src/app
9+
networks:
10+
- app_net
11+
12+
networks:
13+
app_net:
14+
driver: bridge

0 commit comments

Comments
 (0)