Add missing expose field to docker compose files (#124)
Signed-off-by: javi <javier@okteto.com>
This commit is contained in:
parent
eece4feb98
commit
744ed86c55
12 changed files with 33 additions and 6 deletions
|
|
@ -13,6 +13,9 @@ services:
|
|||
environment:
|
||||
- MYSQL_DATABASE=example
|
||||
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db-password
|
||||
expose:
|
||||
- 3306
|
||||
- 33060
|
||||
backend:
|
||||
build: backend
|
||||
restart: always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue