net update
hozzáadtam a telefonkonyv-net hálózatot, hogy lássák egymást
This commit is contained in:
@@ -10,3 +10,10 @@ services:
|
|||||||
- ./:/usr/src/app
|
- ./:/usr/src/app
|
||||||
- ./node_modules:/usr/src/app/node_modules
|
- ./node_modules:/usr/src/app/node_modules
|
||||||
command: sh -c "npm install && node --watch api.js"
|
command: sh -c "npm install && node --watch api.js"
|
||||||
|
networks:
|
||||||
|
- telefonkonyv-net
|
||||||
|
|
||||||
|
networks:
|
||||||
|
telefonkonyv-net:
|
||||||
|
external:
|
||||||
|
true
|
||||||
Reference in New Issue
Block a user