1
0
Fork 0
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:
javi 2021-04-05 13:54:24 +02:00
parent a42a8531ab
commit 4e068c7cde
No known key found for this signature in database
GPG key ID: 6F7CBB27B376C8F9
12 changed files with 33 additions and 6 deletions

View file

@ -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