Skip to content

Commit

Permalink
chore(deps): update bellamy/wallos docker tag to v2.29.2 (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent cb853b8 commit af471d9
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-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

0 comments on commit af471d9

Please sign in to comment.