Skip to content

Commit

Permalink
restart unless stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeapps committed Dec 31, 2020
1 parent 81c5f11 commit 477d4cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: '3'
services:
server:
image: ghcr.io/drakeapps/cloud-led-controller/server-rpi
restart: unless-stopped
build:
context: .
devices:
Expand All @@ -13,6 +14,7 @@ services:
- 6789:6789
ssl:
image: ghcr.io/drakeapps/cloud-led-controller/server-ssl
restart: unless-stopped
build:
context: ssl/
ports:
Expand All @@ -21,6 +23,7 @@ services:
- /var/opt/ssl/:/etc/nginx/ssl/
webui:
image: ghcr.io/drakeapps/cloud-led-controller/webui
restart: unless-stopped
build:
context: web-ui/
ports:
Expand Down

0 comments on commit 477d4cd

Please sign in to comment.