From af99b04c36258975fc58a47bbb5ecbf18f93228f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:34:39 +0000 Subject: [PATCH] chore(deps): update ghostfolio/ghostfolio docker tag to v2.136.0 --- how-to-install-ghostfolio-on-dockge/docker-compose.yml | 2 +- how-to-install-ghostfolio-on-portainer/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to-install-ghostfolio-on-dockge/docker-compose.yml b/how-to-install-ghostfolio-on-dockge/docker-compose.yml index 1d83f38..acdf47c 100644 --- a/how-to-install-ghostfolio-on-dockge/docker-compose.yml +++ b/how-to-install-ghostfolio-on-dockge/docker-compose.yml @@ -5,7 +5,7 @@ services: # Main application service configuration for Ghostfolio big-bear-ghostfolio: container_name: big-bear-ghostfolio # Unique identifier for this container to distinguish it from others - image: ghostfolio/ghostfolio:2.135.0 # Specifies the Docker image version to use + image: ghostfolio/ghostfolio:2.136.0 # Specifies the Docker image version to use restart: unless-stopped # Policy that determines the restart behavior, here set to only stop manually environment: # Environment variables are key-value pairs that configure the application NODE_ENV: production # Sets the mode of Node.js environment indicating production mode diff --git a/how-to-install-ghostfolio-on-portainer/docker-compose.yml b/how-to-install-ghostfolio-on-portainer/docker-compose.yml index 1d83f38..acdf47c 100644 --- a/how-to-install-ghostfolio-on-portainer/docker-compose.yml +++ b/how-to-install-ghostfolio-on-portainer/docker-compose.yml @@ -5,7 +5,7 @@ services: # Main application service configuration for Ghostfolio big-bear-ghostfolio: container_name: big-bear-ghostfolio # Unique identifier for this container to distinguish it from others - image: ghostfolio/ghostfolio:2.135.0 # Specifies the Docker image version to use + image: ghostfolio/ghostfolio:2.136.0 # Specifies the Docker image version to use restart: unless-stopped # Policy that determines the restart behavior, here set to only stop manually environment: # Environment variables are key-value pairs that configure the application NODE_ENV: production # Sets the mode of Node.js environment indicating production mode