mirror of
https://github.com/joplin-vieweb/joplin-vieweb.git
synced 2024-12-12 09:20:55 +01:00
docker-comose: also restart certbot and nginx
This commit is contained in:
parent
12013b2080
commit
ee26a44fee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user