diff --git a/docker-compose.yml b/docker-compose.yml index 60666e7..7db230b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: # REVOLT API server (Delta) api: - image: revoltchat/server + image: ghcr.io/redstonewizard08/delta:patch-1 env_file: .env depends_on: - database @@ -67,7 +67,7 @@ services: # REVOLT file hosting service (Autumn) autumn: - image: revoltchat/autumn + image: revoltchat/autumn:master env_file: .env depends_on: - database @@ -80,7 +80,7 @@ services: # REVOLT metadata and image proxy (January) january: - image: revoltchat/january + image: revoltchat/january:master ports: - "7000:3000" restart: always