- Switch to rx3/php-apache-mga9:1.3.0 image,

- Configure php.ini,
- Update compose & Dockerfile.
This commit is contained in:
2024-08-27 00:04:39 +02:00
parent c32d8313ed
commit b7ba76ef53
5 changed files with 70 additions and 36 deletions

View File

@@ -36,6 +36,7 @@ services:
- IMG_FULL_NAME=${IMG_FULL_NAME}
- IMG_VERSION=${IMG_VERSION}
- IMG_MAINTAINER=${IMG_MAINTAINER}
- IMG_URL_PREFIX=${IMG_URL_PREFIX}
restart: unless-stopped
@@ -58,6 +59,7 @@ services:
networks:
- ampache
ports:
- "127.0.0.1:9085:9001"
- "127.0.0.1:8085:80"
webapp-external:
@@ -84,6 +86,7 @@ services:
networks:
- ampache
ports:
- "127.0.0.1:9086:9001"
- "127.0.0.1:8086:80"
networks: