Expose on 8081 instead

This commit is contained in:
2023-10-03 19:38:06 +00:00
parent 00f5b13671
commit 9e49fbacd1

View File

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