Use network in service 🤦
This commit is contained in:
parent
cf7eb98d0d
commit
21e971b542
1 changed files with 3 additions and 1 deletions
|
@ -10,4 +10,6 @@ services:
|
||||||
build: .
|
build: .
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
command: npm start
|
command: npm start
|
||||||
|
networks:
|
||||||
|
- proxy
|
Loading…
Reference in a new issue