Skip to content

Commit

Permalink
fix: set pull_policy in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keenthekeen committed May 8, 2024
1 parent 33814fc commit 7a36528
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
context: ./
dockerfile: Dockerfile
image: smcu-admin-app
pull_policy: build
volumes:
- /storage/smcu-admin-storage:/var/www/html/storage/app:rw,Z
- /storage/smcu-admin-storage/public:/var/www/html/public/storage:rw,Z
Expand Down

0 comments on commit 7a36528

Please sign in to comment.