use example docker-compose file

This commit is contained in:
Felix Wong
2022-01-21 07:19:31 +00:00
parent 7e755f2b57
commit 77511fbba8
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ acme-dns.log
coverage.out
.idea/
config/config.cfg
docker-compose.yml

View File

@ -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`.