mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-22 00:54:22 +01:00
docs: improve docker run instructions
This commit is contained in:
parent
25e70f484d
commit
4833328557
@ -81,7 +81,7 @@ The Docker image consumes the same configuration file in YAML format as the gem,
|
|||||||
host: "0.0.0.0"
|
host: "0.0.0.0"
|
||||||
port: 8080
|
port: 8080
|
||||||
# omit the logfile: option so logging to STDOUT will happen automatically
|
# omit the logfile: option so logging to STDOUT will happen automatically
|
||||||
db: "/var/lib/db.json"
|
db: "/var/lib/dyndnsd/db.json"
|
||||||
|
|
||||||
# User's settings for updater and permissions follow here!
|
# User's settings for updater and permissions follow here!
|
||||||
```
|
```
|
||||||
@ -94,7 +94,7 @@ Run the Docker image exposing the DynDNS-API on host port 8080 via:
|
|||||||
docker run -d --name dyndnsd \
|
docker run -d --name dyndnsd \
|
||||||
-p 8080:8080 \
|
-p 8080:8080 \
|
||||||
-v /host/path/to/dyndnsd/config.yml:/etc/dyndnsd/config.yml \
|
-v /host/path/to/dyndnsd/config.yml:/etc/dyndnsd/config.yml \
|
||||||
-v /host/path/to/dyndnsd/db.json:/var/lib/db.json \
|
-v /host/ptherpath/to/dyndnsd/datadir:/var/lib/dyndnsd \
|
||||||
cmur2/dyndnsd:vX.Y.Z
|
cmur2/dyndnsd:vX.Y.Z
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user