1
0

Bump registry image to 3.1.0

This commit is contained in:
2026-04-21 21:30:32 +01:00
parent c8ebce8df6
commit 63e3f49d5a
+2 -2
View File
@@ -1,7 +1,7 @@
services:
registry:
container_name: docker_registry
image: registry:3.0.0
image: registry:3.1.0
restart: unless-stopped
user: 2014:2014 # docker_registry:docker_registry
secrets:
@@ -52,7 +52,7 @@ services:
networks:
- docker_registry_network
ports:
- 5002:80
- 5002:80
labels:
diun.enable: "true"
diun.watch_repo: "true"