mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
Add missing expose field to docker compose files
Signed-off-by: javi <javier@okteto.com>
This commit is contained in:
parent
a42a8531ab
commit
4e068c7cde
12 changed files with 33 additions and 6 deletions
|
@ -27,7 +27,8 @@ services:
|
|||
networks:
|
||||
- express-mongo
|
||||
- react-express
|
||||
|
||||
expose:
|
||||
- 3000
|
||||
mongo:
|
||||
container_name: mongo
|
||||
restart: always
|
||||
|
@ -36,6 +37,8 @@ services:
|
|||
- ./data:/data/db
|
||||
networks:
|
||||
- express-mongo
|
||||
expose:
|
||||
- 27017
|
||||
networks:
|
||||
react-express:
|
||||
express-mongo:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue