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.
This commit is contained in:
@@ -14,7 +14,6 @@ services:
|
|||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
environment:
|
environment:
|
||||||
- LETSENCRYPT_HOST=${LETSENCRYPT_HOST}
|
- LETSENCRYPT_HOST=${LETSENCRYPT_HOST}
|
||||||
- VIRTUAL_HOST=${VIRTUAL_HOST}
|
|
||||||
- VIRTUAL_PORT=${VIRTUAL_PORT}
|
- VIRTUAL_PORT=${VIRTUAL_PORT}
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/var/www/html
|
- ./src:/var/www/html
|
||||||
|
|||||||
Reference in New Issue
Block a user