Specify a port for gandi-livedns
This commit is contained in:
parent
a575d6e7d1
commit
52225a5980
|
@ -4,6 +4,7 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": false,
|
"exposable": false,
|
||||||
"id": "gandi-livedns",
|
"id": "gandi-livedns",
|
||||||
|
"port": 8134,
|
||||||
"tipi_version": 1,
|
"tipi_version": 1,
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"categories": ["network"],
|
"categories": ["network"],
|
||||||
|
|
|
@ -4,6 +4,8 @@ services:
|
||||||
image: jbbodart/gandi-livedns:latest
|
image: jbbodart/gandi-livedns:latest
|
||||||
container_name: gandi-livedns
|
container_name: gandi-livedns
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- ${APP_PORT}:80
|
||||||
environment:
|
environment:
|
||||||
APIKEY: ${GANDI_LIVEDNS_APIKEY}
|
APIKEY: ${GANDI_LIVEDNS_APIKEY}
|
||||||
RECORD_LIST: ${GANDI_LIVEDNS_RECORD_LIST}
|
RECORD_LIST: ${GANDI_LIVEDNS_RECORD_LIST}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user