Skip to content

Commit

Permalink
pull_policy: always & add image version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Kipjr committed Jun 15, 2024
1 parent ec79825 commit 87fb9c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ services:
- net
ports:
- ${MW_HOSTPORT:-127.0.0.1:8100}:80
image: ghcr.io/vslcatena/docker-mediawiki:lts # mediawiki:lts
image: ghcr.io/vslcatena/docker-mediawiki:${MW_VERSION:-lts}
pull_policy: always
build:
dockerfile: Dockerfile
context: ./src
Expand Down

0 comments on commit 87fb9c1

Please sign in to comment.