Skip to content

Commit 1feff7a

Browse files
authored
Add make pull target to run docker compose pull (#236)
1 parent c13eb4c commit 1feff7a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

loadbalancer/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ up: $(DIRS) build/loadbalancer.nginx.conf
7575
down:
7676
docker compose down --remove-orphans
7777

78+
pull:
79+
docker compose pull
80+
7881
# Rule to install logrotate configuration so that host-wide logrotate can
7982
# perform the logrotations, as well as run `make nginx-send-usr1`.
8083
/etc/logrotate.d/loadbalancer: ../deployment/conf/logrotate.conf

0 commit comments

Comments
 (0)