Skip to content

Commit

Permalink
Update ghostfolio/ghostfolio Docker tag to v2.77.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 28, 2024
1 parent d7d5976 commit d22ec61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion how-to-install-ghostfolio-on-dockge/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.76.0 # Specifies the Docker image version to use
image: ghostfolio/ghostfolio:2.77.1 # 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
Expand Down
2 changes: 1 addition & 1 deletion how-to-install-ghostfolio-on-portainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.76.0 # Specifies the Docker image version to use
image: ghostfolio/ghostfolio:2.77.1 # 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
Expand Down

0 comments on commit d22ec61

Please sign in to comment.