mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-25 18:28: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
|
@ -17,6 +17,8 @@ services:
|
|||
environment:
|
||||
- MYSQL_DATABASE=example
|
||||
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db-password
|
||||
expose:
|
||||
- 3306
|
||||
proxy:
|
||||
build: proxy
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue