We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2c38f commit 79f88aaCopy full SHA for 79f88aa
docker-compose.yml
@@ -6,3 +6,9 @@ services:
6
working_dir: /usr/src/app
7
volumes:
8
- ./:/usr/src/app
9
+ networks:
10
+ - app_net
11
+
12
+networks:
13
+ app_net:
14
+ driver: bridge
0 commit comments