chirpstack / chirpstack-docker

Setup ChirpStack using Docker Compose

Home Page:https://www.chirpstack.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-compose.yml, missing restart: unless-stopped lines.

wasalm opened this issue · comments

In the docker-compose.yml file in this repository, the line restart: unless-stopped is only added for the chirpstack service. This implies that the gateway-bridge, postgres, etc. are not restarted after boot.
please add restart: unless-stopped for all services.

Would you like to create a pull-request for this?

will do