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

- Minor compose file update.
This commit is contained in:
2024-08-27 01:03:15 +02:00
parent b7ba76ef53
commit d49d23a60a
4 changed files with 13 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ services:
webapp-internal:
container_name: ${IMG_NAME}-internal
image: docker.xor.rx3:5000/rx3/${IMG_NAME}:${IMG_VERSION}
image: ${IMG_URL}
build:
context: .
@@ -65,7 +65,7 @@ services:
webapp-external:
container_name: ${IMG_NAME}-external
image: docker.xor.rx3:5000/rx3/${IMG_NAME}:${IMG_VERSION}
image: ${IMG_URL}
restart: unless-stopped