Skip to content

Commit 91b61f1

Browse files
authored
registry mirror: stop-first while updating (#1123)
this service uses host port. New version of service cannot start while old is running since `host-mode port already in use…` * #984
1 parent 92a94d6 commit 91b61f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/registry/docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ services:
109109
deploy:
110110
mode: global
111111
update_config:
112-
order: start-first
112+
order: stop-first
113113
delay: 10s
114114
failure_action: rollback
115115
parallelism: 1

0 commit comments

Comments
 (0)