Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit f783faf

Browse files
authored
feat: docker-compose restart always policy
1 parent aad0f0d commit f783faf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy/docker/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ services:
88
- "5001:5001" # internal API
99
- "4001:4001" # expose to public
1010
- "8088:8080" # web gateway
11+
restart: always
1112

1213
pstbin:
1314
container_name: pstbin
@@ -17,4 +18,4 @@ services:
1718
- "./.pastebin:/data/.pastebin"
1819
ports:
1920
- "80:3939"
20-
21+
restart: always

0 commit comments

Comments
 (0)