1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 07:18:06 +02:00

Add missing expose field to docker compose files (#124)

Signed-off-by: javi <javier@okteto.com>
This commit is contained in:
Javier López Barba 2021-04-30 22:29:16 +02:00 committed by GitHub
parent eece4feb98
commit 744ed86c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 33 additions and 6 deletions

View file

@ -21,6 +21,8 @@ services:
restart: always
networks:
- redisnet
expose:
- 6379
db:
image: mariadb
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
@ -34,12 +36,11 @@ services:
- MYSQL_USER=nextcloud
- MYSQL_ROOT_PASSWORD=nextcloud
- MYSQL_PASSWORD=nextcloud
expose:
- 3306
volumes:
db_data:
nc_data:
networks:
dbnet:
redisnet: