This commit is contained in:
Olusesan Ameye
2022-10-08 22:40:49 +00:00
parent 2784bb62c0
commit 9c7f01931f
+3 -1
View File
@@ -9,12 +9,14 @@ services:
environment: environment:
- APACHE_RUN_USER=${UID} - APACHE_RUN_USER=${UID}
- APACHE_RUN_GROUP=${UID} - APACHE_RUN_GROUP=${UID}
- CI_ENV
- CI_CONFIG
restart: unless-stopped restart: unless-stopped
image: registry.chiefsoft.net/merms-web:latest image: registry.chiefsoft.net/merms-web:latest
volumes: volumes:
- ./:/var/www/html - ./:/var/www/html
- ./apache_log:/var/log/apache2 - ./apache_log:/var/log/apache2
ports: ports:
- 9050:80 - 8088:80
volumes: volumes:
src: src: