Update the docker-compose
Added the ports to be open on the jc21/mariadb-aria
This commit is contained in:
parent
efbd024da9
commit
09750c019f
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ services:
|
|||
db:
|
||||
image: jc21/mariadb-aria
|
||||
restart: always
|
||||
ports:
|
||||
- 3306:3306
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: "password123"
|
||||
MYSQL_DATABASE: "nginxproxymanager"
|
||||
|
|
Loading…
Reference in a new issue