first commit 🚀

This commit is contained in:
sujiba 2024-05-30 23:04:58 +02:00
commit d3cfe6540d
10 changed files with 155 additions and 0 deletions

14
docker-compose.yaml Executable file
View file

@ -0,0 +1,14 @@
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