docker-ownDynDNS-netcup/docker-compose.yaml

14 lines
315 B
YAML
Raw Normal View History

2024-09-29 12:56:20 +00:00
---
2024-05-30 23:04:58 +02:00
services:
ownDynDNS:
2024-05-30 23:23:56 +02:00
image: sujiba/docker-owndyndns-netcup:latest
2024-05-30 23:04:58 +02:00
container_name: ownDynDNS
# Run container behind reverse proxy
ports:
- "127.0.0.1:8081:80"
environment:
- TZ=Europe/Berlin
volumes:
- ./config:/var/www/html/ownDynDNS/.env
restart: unless-stopped