Update the docker-compose

Added the ports to be open on the jc21/mariadb-aria
This commit is contained in:
Ashley 2019-05-03 12:08:13 +10:00 committed by GitHub
parent efbd024da9
commit 09750c019f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,8 @@ services:
db:
image: jc21/mariadb-aria
restart: always
ports:
- 3306:3306
environment:
MYSQL_ROOT_PASSWORD: "password123"
MYSQL_DATABASE: "nginxproxymanager"