Skip to content

Commit 96e17e5

Browse files
author
Oliver Cervera
authored
Disable docker management by default
1 parent 2fb4a18 commit 96e17e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ HEALTHCHECKS_ID='your-uuid-here'
6565

6666
# Set to 1 to manage docker containers. They will be paused/stopped or
6767
# resumed/restarted accordingly.
68-
MANAGE_SERVICES=1
68+
MANAGE_SERVICES=0
6969

7070
# Choose how to manage your containers: 1 to pause/unpause, 2 to stop/restart
7171
DOCKER_MODE=1

0 commit comments

Comments
 (0)