mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-07-08 23:07:42 +07:00
use example docker-compose file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ acme-dns.log
|
||||
coverage.out
|
||||
.idea/
|
||||
config/config.cfg
|
||||
docker-compose.yml
|
||||
|
@ -179,7 +179,7 @@ docker run --rm --name acmedns \
|
||||
|
||||
2) Copy [configuration template](https://raw.githubusercontent.com/joohoi/acme-dns/master/config.cfg) to `config/config.cfg`.
|
||||
|
||||
3) Copy [docker-compose.yml from the project](https://raw.githubusercontent.com/joohoi/acme-dns/master/docker-compose.yml), or create your own.
|
||||
3) Copy [docker-compose.yml.example](https://raw.githubusercontent.com/joohoi/acme-dns/master/docker-compose.yml.example) to docker-compose.yml and edit as needed.
|
||||
|
||||
4) Edit the `config/config.cfg` and `docker-compose.yml` to suit your needs, and run `docker-compose up -d`.
|
||||
|
||||
|
Reference in New Issue
Block a user