1
0

mariadb: expose port so npm can access it

This commit is contained in:
2023-03-28 13:23:57 +02:00
parent 4b952b482c
commit 1612eb217f
2 changed files with 6 additions and 3 deletions

3
.env
View File

@ -79,6 +79,7 @@ SEARXNG_EXTERNAL_PORT=8082
SEARXNG_INTERNAL_PORT=8080
MEDIAWIKI_EXTERNAL_PORT=8083
MEDIAWIKI_INTERNAL_PORT=8080
MARIADB_PORT=3306
MARIADB_INTERNAL_PORT=3306
MARIADB_EXTERNAL_PORT=3306
PHOTOPRISM_EXTERNAL_PORT=2342
PHOTOPRISM_INTERNAL_PORT=2342