Fix again

main
lars 2023-10-06 15:52:33 -05:00
parent 68ce724d31
commit 5ad147032e
1 changed files with 11 additions and 11 deletions

View File

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