Преглед на файлове

始终拉å始终拉取最新镜像

luolongfei преди 1 година
родител
ревизия
1b738da97a
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      Makefile
  2. 1 0
      docker-compose.yml

+ 1 - 0
Makefile

@@ -7,6 +7,7 @@ up:
 	git fetch --all
 	git reset --hard
 	git pull
+	docker compose pull aws-waf-solver
 	docker compose up --build -d
 	docker system prune -af
 

+ 1 - 0
docker-compose.yml

@@ -20,6 +20,7 @@ services:
         image: luolongfei/aws-waf-solver
         container_name: aws-waf-solver
         privileged: true
+        pull_policy: always
         extends:
             file: ./common.yml
             service: common_config