fake-log/docker-compose.yaml
2022-11-21 21:11:15 +01:00

8 lines
108 B
YAML

version: "3.3"
services:
web:
build: .
environment:
- SSL=true
ports:
- "80:3000"