Add ALLOW_PAUSE and ALLOW_UNPAUSE environment variables to docker run command

This commit is contained in:
zzahkaboom24 2026-03-11 14:33:26 +01:00 committed by GitHub
parent e48fa8cb48
commit e24d58e8d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,6 +136,8 @@ full_custom_readme: |
-e ALLOW_START=0 `#optional` \
-e ALLOW_STOP=0 `#optional` \
-e ALLOW_RESTARTS=0 `#optional` \
-e ALLOW_PAUSE=0 `#optional` \
-e ALLOW_UNPAUSE=0 `#optional` \
-e AUTH=0 `#optional` \
-e BUILD=0 `#optional` \
-e COMMIT=0 `#optional` \