Update docker-compose.yml
This commit is contained in:
parent
d42ff7420f
commit
092dff97fa
@ -6,7 +6,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./application.yml:/home/container/application.yml
|
- ./application.yml:/home/container/application.yml
|
||||||
ports:
|
ports:
|
||||||
- "3005:3000"
|
- "3000:3000"
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:latest
|
image: mongo:latest
|
||||||
restart: always
|
restart: always
|
||||||
|
Reference in New Issue
Block a user