diff --git a/deploy/docker-compose.yml b/deploy/docker-compose.yml index 7078bc395..5f048540b 100644 --- a/deploy/docker-compose.yml +++ b/deploy/docker-compose.yml @@ -23,7 +23,7 @@ services: celeryworker: restart: unless-stopped - image: funkwhale/funkwhale:${FUNKWHALE_VERSION:-latest} + image: funkwhale/api:${FUNKWHALE_VERSION:-latest} networks: - default depends_on: @@ -47,7 +47,7 @@ services: celerybeat: restart: unless-stopped - image: funkwhale/funkwhale:${FUNKWHALE_VERSION:-latest} + image: funkwhale/api:${FUNKWHALE_VERSION:-latest} networks: - default depends_on: