Fix again

This commit is contained in:
lars 2023-10-06 15:52:33 -05:00
parent 68ce724d31
commit 5ad147032e

View File

@ -1,12 +1,12 @@
version: '3.4'
services:
http-echo:
build:
content: ./
dockerfile: httpecho.Dockerfile
expose:
- 8080
environment:
- VIRTUAL_PORT=8080
version: '3.4'
services:
http-echo:
build:
context: ./
dockerfile: httpecho.Dockerfile
expose:
- 8080
environment:
- VIRTUAL_PORT=8080
- VIRTUAL_HOST=${HOST}