diff --git a/docker-compose.yaml b/docker-compose.yaml index a65105d..6621d24 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,6 @@ services: forest: - image: git.kjuulh.io/kasperhermansen/forest:${FOREST_IMAGE_VERSION:-main} + image: git.kjuulh.io/kjuulh/forest:${FOREST_IMAGE_VERSION:-latest} restart: always env_file: ".env" command: | @@ -29,7 +29,7 @@ services: restart: true forage: - image: git.kjuulh.io/forage/client::${FORAGE_IMAGE_VERSION:-main} + image: git.kjuulh.io/forage/client::${FORAGE_IMAGE_VERSION:-latest} restart: always env_file: ".env" command: |