Specify a port for gandi-livedns

This commit is contained in:
Andrew Brereton 2022-11-18 11:47:37 +11:00
parent a575d6e7d1
commit 52225a5980
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"available": true,
"exposable": false,
"id": "gandi-livedns",
"port": 8134,
"tipi_version": 1,
"version": "latest",
"categories": ["network"],

View File

@ -4,6 +4,8 @@ services:
image: jbbodart/gandi-livedns:latest
container_name: gandi-livedns
restart: unless-stopped
ports:
- ${APP_PORT}:80
environment:
APIKEY: ${GANDI_LIVEDNS_APIKEY}
RECORD_LIST: ${GANDI_LIVEDNS_RECORD_LIST}