Add expose command to mariadb container
This commit is contained in:
@@ -5,6 +5,8 @@ services:
|
||||
security_opt:
|
||||
- no-new-privileges:false
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW --innodb-read-only-compressed=OFF
|
||||
expose:
|
||||
- 3306
|
||||
volumes:
|
||||
- /var/lib/docker/volumes/nextcloud/db:/var/lib/mysql:rw
|
||||
- /var/lib/docker/volumes/nextcloud/db:/etc/mysql/conf.d:rw
|
||||
|
||||
Reference in New Issue
Block a user