From 0343261a62f84825cb0f347809bcf34557d5f60d Mon Sep 17 00:00:00 2001 From: "stephan.kasdorf" Date: Wed, 29 May 2024 16:16:04 +0200 Subject: [PATCH] Remove VIRTUAL_HOST environment variable from docker-compose file The VIRTUAL_HOST environment variable was removed from the docker-compose.yml file. This change was made to streamline the file and ensure only necessary configurations are present. The system's operation should not be affected as VIRTUAL_HOST is not essential for the process flow. --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9f3fa7e..2011aea 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,7 +14,6 @@ services: image: nginx:latest environment: - LETSENCRYPT_HOST=${LETSENCRYPT_HOST} - - VIRTUAL_HOST=${VIRTUAL_HOST} - VIRTUAL_PORT=${VIRTUAL_PORT} volumes: - ./src:/var/www/html