Skip to content

Commit

Permalink
Merge pull request #3 from RotherOSS/issue-2-restart_always
Browse files Browse the repository at this point in the history
Issue #2: added missing 'restart' attributes
  • Loading branch information
bschmalhofer authored Jul 21, 2020
2 parents 20bf196 + 20a7ec9 commit 75c1530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose/otobo-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ services:
image: ${OTOBO_IMAGE_OTOBO:-rotheross/otobo}:latest
depends_on:
- web
restart: always
volumes:
- opt_otobo:/opt/otobo
command: cron
Expand Down
1 change: 1 addition & 0 deletions docker-compose/otobo-override-https.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
image: ${OTOBO_IMAGE_OTOBO_NGINX:-rotheross/otobo-nginx-webproxy}:latest
depends_on:
- web
restart: always
volumes:
- otobo_nginx_ssl:/etc/nginx/ssl
# The HTTP port is exposed, but only redirects to HTTPS
Expand Down

0 comments on commit 75c1530

Please sign in to comment.