diff --git a/how-to-install-wallos-on-dockge/docker-compose.yml b/how-to-install-wallos-on-dockge/docker-compose.yml index 53fff93..18c7426 100644 --- a/how-to-install-wallos-on-dockge/docker-compose.yml +++ b/how-to-install-wallos-on-dockge/docker-compose.yml @@ -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: diff --git a/how-to-install-wallos-on-portainer/docker-compose.yml b/how-to-install-wallos-on-portainer/docker-compose.yml index 53fff93..18c7426 100644 --- a/how-to-install-wallos-on-portainer/docker-compose.yml +++ b/how-to-install-wallos-on-portainer/docker-compose.yml @@ -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: