Skip to content

Commit

Permalink
Fix container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
JobDoesburg committed Mar 14, 2024
1 parent f290d1e commit ad3ba28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
retries: 5

web:
image: kioui/tosti:latest
image: ghcr.io/kioui/tosti:latest
container_name: web
restart: unless-stopped
networks:
Expand Down Expand Up @@ -75,7 +75,7 @@ services:
retries: 5

cron:
image: kioui/tosti:latest
image: ghcr.io/kioui/tosti:latest
container_name: cron
entrypoint: ["/bin/sh", "/entrypoint_cron.sh"]
restart: unless-stopped
Expand Down

0 comments on commit ad3ba28

Please sign in to comment.