Specify a port for gandi-livedns
This commit is contained in:
parent
a575d6e7d1
commit
52225a5980
|
@ -4,6 +4,7 @@
|
|||
"available": true,
|
||||
"exposable": false,
|
||||
"id": "gandi-livedns",
|
||||
"port": 8134,
|
||||
"tipi_version": 1,
|
||||
"version": "latest",
|
||||
"categories": ["network"],
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user