fake-log/docker-compose.yaml
2022-08-27 16:39:16 +02:00

8 lines
108 B
YAML

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