mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-25 01:10:22 +00:00
13 lines
263 B
YAML
13 lines
263 B
YAML
|
---
|
||
|
services:
|
||
|
ddclient:
|
||
|
image: lscr.io/linuxserver/ddclient:latest
|
||
|
container_name: ddclient
|
||
|
environment:
|
||
|
- PUID=1000
|
||
|
- PGID=1000
|
||
|
- TZ=Etc/UTC
|
||
|
volumes:
|
||
|
- /home/ubuntu/docker/ddns/config:/config
|
||
|
restart: unless-stopped
|