diff --git a/how-to-install-gladys-assistant-on-dockge/docker-compose.yml b/how-to-install-gladys-assistant-on-dockge/docker-compose.yml index d7a7d7b..52fbf3f 100644 --- a/how-to-install-gladys-assistant-on-dockge/docker-compose.yml +++ b/how-to-install-gladys-assistant-on-dockge/docker-compose.yml @@ -7,7 +7,7 @@ services: # Service name: gladys # The `gladys` service definition gladys: - image: gladysassistant/gladys:v4.50.2 # Docker image to use for the 'app' service + image: gladysassistant/gladys:v4.51.0 # Docker image to use for the 'app' service restart: always # Container should always restart privileged: true # Grants additional privileges to this container network_mode: host diff --git a/how-to-install-gladys-assistant-on-portainer/docker-compose.yml b/how-to-install-gladys-assistant-on-portainer/docker-compose.yml index d7a7d7b..52fbf3f 100644 --- a/how-to-install-gladys-assistant-on-portainer/docker-compose.yml +++ b/how-to-install-gladys-assistant-on-portainer/docker-compose.yml @@ -7,7 +7,7 @@ services: # Service name: gladys # The `gladys` service definition gladys: - image: gladysassistant/gladys:v4.50.2 # Docker image to use for the 'app' service + image: gladysassistant/gladys:v4.51.0 # Docker image to use for the 'app' service restart: always # Container should always restart privileged: true # Grants additional privileges to this container network_mode: host