first commit 🚀
This commit is contained in:
commit
d3cfe6540d
10 changed files with 155 additions and 0 deletions
14
docker-compose.yaml
Executable file
14
docker-compose.yaml
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue