There was an error while loading. Please reload this page.
1 parent c13eb4c commit 1feff7aCopy full SHA for 1feff7a
1 file changed
loadbalancer/Makefile
@@ -75,6 +75,9 @@ up: $(DIRS) build/loadbalancer.nginx.conf
75
down:
76
docker compose down --remove-orphans
77
78
+pull:
79
+ docker compose pull
80
+
81
# Rule to install logrotate configuration so that host-wide logrotate can
82
# perform the logrotations, as well as run `make nginx-send-usr1`.
83
/etc/logrotate.d/loadbalancer: ../deployment/conf/logrotate.conf
0 commit comments