services/static-websites/docker-compose.yml
2024-11-16 04:43:13 +01:00

8 lines
202 B
YAML

services:
mennovanleeuwen.nl:
restart: unless-stopped
image: nginx
ports:
- 4445:80
volumes:
- ./mennovanleeuwen.nl/dist:/usr/share/nginx/html