diff --git a/.env b/.env index 0e07b1d..057393a 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -CONTAINER_PORT=7082 +CONTAINER_PORT=7083 UID=1000 #-------------------------------------------------------------------- # Example Environment Configuration file diff --git a/docker-compose.yml b/docker-compose.yml index 96bb71d..8017e4e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,6 +6,7 @@ services: dockerfile: docker/apache/Dockerfile args: uid: ${UID} + image: registry.chiefsoft.net/tokslawcom-web:latest environment: - APACHE_RUN_USER=#${UID} - APACHE_RUN_GROUP=#${UID}