Skip to content

Commit 5f0b2b6

Browse files
committed
Add restart: always to docker compose example
1 parent e6b92c3 commit 5f0b2b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ services:
7373
- /etc/localtime:/etc/localtime:ro
7474
ports:
7575
- "8080:8080"
76+
restart: always
7677

7778
volumes:
7879
gotify_data:

0 commit comments

Comments
 (0)