Joey Hafner
edf5173f5e
Pinning to digests was resulting in many stacks failing to come online with "manifest unknown" errors. Will look further into this.
17 lines
305 B
YAML
17 lines
305 B
YAML
services:
|
|
ddclient:
|
|
image: linuxserver/ddclient:latest
|
|
container_name: ddns_ddclient
|
|
restart: "no"
|
|
networks:
|
|
- ddns
|
|
env_file:
|
|
- path: ./ddclient.env
|
|
required: true
|
|
volumes:
|
|
- ./ddclient:/config
|
|
labels:
|
|
- traefik.enable=false
|
|
|
|
networks:
|
|
ddns: |