Update docker-compose.yml

pull/2/head
lars 2023-10-03 19:44:46 +00:00
parent 511719e1ec
commit 1d6331c2fa
1 changed files with 2 additions and 2 deletions

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}