Expose 8081

This commit is contained in:
2023-10-03 20:18:25 +00:00
parent 97e02bea1b
commit 6d58f79915

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}