Files
fundbureau/docker-compose.yml
T

9 lines
140 B
YAML

services:
web:
build: .
image: fundbureau
container_name: fundbureau
ports:
- "8080:80"
restart: unless-stopped