From 9c7f01931fb29028235d375045c47a9fad664473 Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Sat, 8 Oct 2022 22:40:49 +0000 Subject: [PATCH] fix --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3e38c91..f080f6d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,12 +9,14 @@ services: environment: - APACHE_RUN_USER=${UID} - APACHE_RUN_GROUP=${UID} + - CI_ENV + - CI_CONFIG restart: unless-stopped image: registry.chiefsoft.net/merms-web:latest volumes: - ./:/var/www/html - ./apache_log:/var/log/apache2 ports: - - 9050:80 + - 8088:80 volumes: src: \ No newline at end of file