We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84be4a0 commit 57980e6Copy full SHA for 57980e6
Dockerfile
@@ -59,6 +59,7 @@ RUN tar -xzf /tmp/v${PHPSAML_VERSION}.tar.gz -C ${WEB_REPO}/functions/php-saml/
59
RUN cp ${WEB_REPO}/config.dist.php ${WEB_REPO}/config.php && \
60
chown www-data /var/www/html/app/admin/import-export/upload && \
61
chown www-data /var/www/html/app/subnets/import-subnet/upload && \
62
+ chown www-data /var/www/html/css/images/logo && \
63
sed -i -e "s/\['host'\] = 'localhost'/\['host'\] = getenv(\"MYSQL_ENV_MYSQL_HOST\") ?: \"mysql\"/" \
64
-e "s/\['user'\] = 'phpipam'/\['user'\] = getenv(\"MYSQL_ENV_MYSQL_USER\") ?: \"root\"/" \
65
-e "s/\['pass'\] = 'phpipamadmin'/\['pass'\] = getenv(\"MYSQL_ENV_MYSQL_PASSWORD\")/" \
0 commit comments