Remove redundant container name assignment in upgrade_scheduler function
This commit is contained in:
@@ -513,7 +513,6 @@ upgrade_scheduler() {
|
|||||||
-v USER_CONFIG:/etc/user/config \
|
-v USER_CONFIG:/etc/user/config \
|
||||||
-v USER_SECRET:/etc/user/secret \
|
-v USER_SECRET:/etc/user/secret \
|
||||||
--restart=always \
|
--restart=always \
|
||||||
--name $FRAMEWORK_SCHEDULER_NAME \
|
|
||||||
--env WEBSERVER_PORT=$WEBSERVER_PORT \
|
--env WEBSERVER_PORT=$WEBSERVER_PORT \
|
||||||
--network $FRAMEWORK_SCHEDULER_NETWORK \
|
--network $FRAMEWORK_SCHEDULER_NETWORK \
|
||||||
--env RUN_FORCE=$RUN_FORCE \
|
--env RUN_FORCE=$RUN_FORCE \
|
||||||
|
Reference in New Issue
Block a user