docker-ownDynDNS-netcup/docker-compose.yaml

15 lines
318 B
YAML
Raw Normal View History

2024-05-30 23:04:58 +02:00
version: "3"
services:
ownDynDNS:
image: sujiba/docker-owndyndns-netcup
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