diff --git a/docker-compose.yaml b/docker-compose.yaml index 10e47e5..3528ebf 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,7 +3,7 @@ name: ${REPO_NAME} services: bot: container_name: discord_bot - build: ${REPO_LINK} + build: ${REPO_HTTPS_URL} restart: always environment: # These will read from the .env file