Update dependency nginx to v1.22 (#224)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-06-13 23:30:39 +02:00
committed by GitHub
parent 8c26dc72b4
commit e403cb34f9
2 changed files with 2 additions and 2 deletions

View File

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