diff --git a/docker-compose.yml b/docker-compose.yml index a26299c0..3e9ffd53 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: @@ -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