Adding missing stack Parmater to stack profile (#45)

This commit is contained in:
Robert Middleswarth
2022-06-29 23:43:39 -04:00
committed by GitHub
parent e4c27f1ae7
commit 29a2a0076c

View File

@@ -35,6 +35,7 @@ services:
environment:
YOURLS_DB_PASS: ${DATABASE_PASSWORD}
YOURLS_SITE: ${YOURLS_SITE}
YOURLS_DB_HOST: mariadb
YOURLS_USER: ${YOURLS_USERNAME}
YOURLS_PASSWORD: ${YOURLS_PASSWORD}
networks: