Skip to content

Commit

Permalink
Modify docker compose to always pull images
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanicom committed Jul 6, 2023
1 parent a07c7d6 commit 963ae0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version: '3' # specify docker-compose version
services:
frontend: # name of the first service
image: tuanicom/incap-frontend # specify the docker image
pull_policy: always

backend: #name of the second service
image: tuanicom/incap-backend # specify the docker image
image: tuanicom/incap-backend # specify the docker image
pull_policy: always

0 comments on commit 963ae0d

Please sign in to comment.