map
This commit is contained in:
13
zeshancv/docker-compose.yml
Normal file
13
zeshancv/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
zeshancv:
|
||||
image: zeshan
|
||||
container_name: zeshancv
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- "80" # internal only; NPM will reach this over the huricane network
|
||||
networks:
|
||||
- hurricane
|
||||
|
||||
networks:
|
||||
hurricane:
|
||||
external: true # assumes the network already exists: `docker network create huricane`
|
||||
Reference in New Issue
Block a user