diff --git a/Apps/rallly/config.json b/Apps/rallly/config.json index 43562217..fa9fce0d 100644 --- a/Apps/rallly/config.json +++ b/Apps/rallly/config.json @@ -1,6 +1,6 @@ { "id": "rallly", - "version": "3.11.0", + "version": "3.11.1", "image": "lukevella/rallly", "youtube": "https://youtu.be/2MY3S6csrVw", "docs_link": "https://community.bigbeartechworld.com/t/added-rallly-to-bigbearcasaos/1012#instructions-3", diff --git a/Apps/rallly/docker-compose.yml b/Apps/rallly/docker-compose.yml index 05fc3411..e18b839a 100644 --- a/Apps/rallly/docker-compose.yml +++ b/Apps/rallly/docker-compose.yml @@ -8,7 +8,7 @@ services: # Main application service definition big-bear-rallly: container_name: big-bear-rallly # The name for the container instance of this service - image: lukevella/rallly:3.11.0 # Docker image to be used for creating the container + image: lukevella/rallly:3.11.1 # Docker image to be used for creating the container restart: unless-stopped # Policy to restart the container unless manually stopped environment: # Environment variables passed to the container for configuration # Database connection URL (DATABASE_URL=postgres://username:password@host/database)