Files
douwco_thuisbatterij_simulator/docker-compose.yml

11 lines
149 B
YAML

version: '3.8'
services:
web:
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:8080"
restart: unless-stopped