Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update bellamy/wallos docker tag to v2.29.2 #539

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion how-to-install-wallos-on-dockge/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.0" # Specifies the Docker Compose file format version.
services:
big-bear-wallos:
container_name: big-bear-wallos # Sets a custom name for the container.
image: bellamy/wallos:2.29.0 # Specifies the Docker image to use for the service.
image: bellamy/wallos:2.29.2 # Specifies the Docker image to use for the service.
ports:
- "8282:80" # Maps port 80 inside the container to port 8282 on the host.
environment:
Expand Down
2 changes: 1 addition & 1 deletion how-to-install-wallos-on-portainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.0" # Specifies the Docker Compose file format version.
services:
big-bear-wallos:
container_name: big-bear-wallos # Sets a custom name for the container.
image: bellamy/wallos:2.29.0 # Specifies the Docker image to use for the service.
image: bellamy/wallos:2.29.2 # Specifies the Docker image to use for the service.
ports:
- "8282:80" # Maps port 80 inside the container to port 8282 on the host.
environment:
Expand Down