docker-comose: also restart certbot and nginx

This commit is contained in:
Nicolas Guillot 2022-04-29 11:50:18 +02:00 committed by GitHub
parent 12013b2080
commit ee26a44fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ services:
joplin-vieweb-certbot:
image: gri38/joplin-vieweb-certbot:latest
restart: unless-stopped
environment:
<<: *common-variables
depends_on:
@ -40,6 +41,7 @@ services:
joplin-vieweb-nginx:
image: gri38/joplin-vieweb-nginx:latest
restart: unless-stopped
ports:
- 80:80
- 443:443