Skip to content

Commit

Permalink
Docker: use "latest" tag in docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrindt committed Feb 6, 2024
1 parent 890e757 commit d5fcc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ephios-compose
services:
app:
# to build locally use `build: "../../"` instead of `image: ...`
image: ghcr.io/ephios-dev/ephios:main
image: ghcr.io/ephios-dev/ephios:latest
restart: unless-stopped
environment:
DEBUG: "False"
Expand Down

0 comments on commit d5fcc9e

Please sign in to comment.