Skip to content
Closed
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 src/_static/docker-compose-22.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
- gpg_data_vol:/mnt

redis-server:
image: registry.community.greenbone.net/community/redis-server
image: registry.community.greenbone.net/community/redis-server:latest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if you are ware of it. This is actually the same. if a image tag is missing, latest is used actually.

restart: on-failure
volumes:
- redis_socket_vol:/run/redis/
Expand Down