Skip to content

Commit 3daa1fa

Browse files
Bot Updating Templated Files
1 parent 03f6cf0 commit 3daa1fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ services:
8686
- ALLOW_STOP=0 #optional
8787
- ALLOW_RESTARTS=0 #optional
8888
- ALLOW_PAUSE=0 #optional
89-
- ALLOW_RESUME=0 #optional
89+
- ALLOW_UNPAUSE=0 #optional
9090
- AUTH=0 #optional
9191
- BUILD=0 #optional
9292
- COMMIT=0 #optional
@@ -129,6 +129,8 @@ docker run -d \
129129
-e ALLOW_START=0 `#optional` \
130130
-e ALLOW_STOP=0 `#optional` \
131131
-e ALLOW_RESTARTS=0 `#optional` \
132+
-e ALLOW_PAUSE=0 `#optional` \
133+
-e ALLOW_UNPAUSE=0 `#optional` \
132134
-e AUTH=0 `#optional` \
133135
-e BUILD=0 `#optional` \
134136
-e COMMIT=0 `#optional` \

0 commit comments

Comments
 (0)