We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f6cf0 commit 3daa1faCopy full SHA for 3daa1fa
README.md
@@ -86,7 +86,7 @@ services:
86
- ALLOW_STOP=0 #optional
87
- ALLOW_RESTARTS=0 #optional
88
- ALLOW_PAUSE=0 #optional
89
- - ALLOW_RESUME=0 #optional
+ - ALLOW_UNPAUSE=0 #optional
90
- AUTH=0 #optional
91
- BUILD=0 #optional
92
- COMMIT=0 #optional
@@ -129,6 +129,8 @@ docker run -d \
129
-e ALLOW_START=0 `#optional` \
130
-e ALLOW_STOP=0 `#optional` \
131
-e ALLOW_RESTARTS=0 `#optional` \
132
+ -e ALLOW_PAUSE=0 `#optional` \
133
+ -e ALLOW_UNPAUSE=0 `#optional` \
134
-e AUTH=0 `#optional` \
135
-e BUILD=0 `#optional` \
136
-e COMMIT=0 `#optional` \
0 commit comments