Update nginx Docker tag to v1.25

This commit is contained in:
renovate[bot]
2023-06-28 02:26:25 +00:00
committed by Jonas Plum
parent c3b998cba4
commit 2216823f51

View File

@@ -1,7 +1,7 @@
version: '2.4' version: '2.4'
services: services:
nginx: nginx:
image: nginx:1.23 image: nginx:1.25
volumes: volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro - ./nginx.conf:/etc/nginx/nginx.conf:ro
ports: [ "80:80", "8529:8529", "9000:9000", "8082:8082", "9003:9003" ] ports: [ "80:80", "8529:8529", "9000:9000", "8082:8082", "9003:9003" ]