zkt25/sk1/docker-compose.yml
2025-04-29 19:12:53 +02:00

11 lines
186 B
YAML

services:
web:
build: .
restart: unless-stopped
ports:
- "80:80"
- "443:443"
volumes:
- ./app:/usr/share/nginx/html
- ./nginx:/etc/nginx/conf.d