docker-ownDynDNS-netcup/docker-compose.yaml
sujiba 513f1b3495
Some checks failed
build image / release_tag (push) Has been cancelled
build image / build (push) Has been cancelled
build image / publish_release (push) Has been cancelled
chore: removed version
2024-09-29 12:56:20 +00:00

13 lines
315 B
YAML
Executable file

---
services:
ownDynDNS:
image: sujiba/docker-owndyndns-netcup:latest
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