Updated README.md
This commit is contained in:
parent
bd15e6f117
commit
3b9a961f61
@ -59,11 +59,12 @@ services:
|
|||||||
container_name: cloudflare-ddns
|
container_name: cloudflare-ddns
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
network_mode: "host"
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
volumes:
|
volumes:
|
||||||
- /EDIT/YOUR/PATH/HERE/config.json:/config.json
|
- /YOUR/PATH/HERE/config.json:/config.json
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -75,7 +76,7 @@ From the project root directory
|
|||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
### Building from source
|
## Building from source
|
||||||
|
|
||||||
Create a config.json file with your production credentials.
|
Create a config.json file with your production credentials.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user