mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 02:38:07 +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
|
@ -43,6 +43,9 @@ services:
|
|||
- react-spring
|
||||
depends_on:
|
||||
- backend
|
||||
expose:
|
||||
- 3306
|
||||
- 33060
|
||||
volumes:
|
||||
db-data: {}
|
||||
secrets:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue