Skip to content

Commit e24d58e

Browse files
authored
Add ALLOW_PAUSE and ALLOW_UNPAUSE environment variables to docker run command
1 parent e48fa8c commit e24d58e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme-vars.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ full_custom_readme: |
136136
-e ALLOW_START=0 `#optional` \
137137
-e ALLOW_STOP=0 `#optional` \
138138
-e ALLOW_RESTARTS=0 `#optional` \
139+
-e ALLOW_PAUSE=0 `#optional` \
140+
-e ALLOW_UNPAUSE=0 `#optional` \
139141
-e AUTH=0 `#optional` \
140142
-e BUILD=0 `#optional` \
141143
-e COMMIT=0 `#optional` \

0 commit comments

Comments
 (0)