From a6df9f25ac2673752e5488c5c30f5c0029446a24 Mon Sep 17 00:00:00 2001 From: Adrian Escutia Date: Sat, 24 Jun 2023 16:15:45 +0200 Subject: [PATCH] env file pass as argument. Policy broken link fixed --- docker-compose.yaml | 4 ++-- public-html/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index cc63ea2..26d8c25 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,7 +4,7 @@ services: container_name: k1s-lp image: "${DOCKER_USER_NAME}/${IMAGE_NAME}:${IMAGE_VERSION}" restart: unless-stopped - env_file: ${APP_PATH}/.env + #env_file: ${APP_PATH}/.env volumes: # Getting error if mounting these folders, had to create as mounted volumes - app_public:/usr/local/apache2/htdocs/ @@ -33,4 +33,4 @@ networks: #https://docs.docker.com/compose/environment-variables/set-environment-variables/#cli #docker compose --env-file .env --project-name k1s-lp up -d #docker compose --project-name k1s-lp up -d -#docker network create --subnet=172.18.18.0/24 lr-network \ No newline at end of file +#docker network create --subnet=172.18.18.0/24 lr-network diff --git a/public-html/index.html b/public-html/index.html index c3f9b5a..996a463 100644 --- a/public-html/index.html +++ b/public-html/index.html @@ -348,8 +348,8 @@

Made with ‌

Offline Website Builder
- +
- \ No newline at end of file +