Skip to content

Commit

Permalink
Update README.md and Compose example
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Apr 13, 2023
1 parent 99e3461 commit 1cb81fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Images are built primarily for `amd64` architecture, and may also include builds

### Quick Start

* The quickest way to get started is using [docker-compose](https://docs.docker.com/compose/). See the examples folder for a working [docker-compose.yml](examples/docker-compose.yml) that can be modified for development or production use.
* The quickest way to get started is using [docker-compose](https://docs.docker.com/compose/). See the examples folder for a working [compose.yml](examples/compose.yml) that can be modified for development or production use.

* Set various [environment variables](#environment-variables) to understand the capabilities of this image.

Expand Down
3 changes: 3 additions & 0 deletions examples/docker-compose.yml → examples/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ services:
#- DOCKER_HOST=tcp://198.51.100.32:2376
#- DOCKER_CERT_PATH=/docker-certs
#- DOCKER_TLS_VERIFY=1

#- TRAEFIK_FILTER_LABEL=traefik.constraint
#- TRAEFIK_FILTER=proxy-public
networks:
- services
restart: always
Expand Down

0 comments on commit 1cb81fd

Please sign in to comment.