Delete .env #1

Closed
lars wants to merge 2 commits from NewBranch into main
2 changed files with 2 additions and 4 deletions

2
.env
View File

@ -1,2 +0,0 @@
HOST=dvdemo.localhost
ECHO_PATH=echo

View File

@ -4,7 +4,7 @@ services:
http-echo: http-echo:
image: mendhak/http-https-echo:latest image: mendhak/http-https-echo:latest
expose: expose:
- 8080 - 8081
environment: environment:
- VIRTUAL_PORT=8080 - VIRTUAL_PORT=8081
- VIRTUAL_HOST=${HOST} - VIRTUAL_HOST=${HOST}