3417fdcfaa
- dns-updateip: local image not on any registry - immich redis/postgres: pinned by digest, no floating tag
17 lines
374 B
YAML
17 lines
374 B
YAML
version: '2.8'
|
|
|
|
services:
|
|
dnsexit-updateip:
|
|
image: dnsexit-updateip:latest
|
|
container_name: dnsexit-updateip
|
|
restart: always
|
|
stdin_open: true
|
|
tty: true
|
|
|
|
labels:
|
|
- com.centurylinklabs.watchtower.enable=false
|
|
environment:
|
|
- APIKEY=${APIKEY}
|
|
- HOST=kolpacksoftware.com,rmstsa.org,popcyclical.com
|
|
- INTERVAL=1h
|