Skip to content
Snippets Groups Projects
Commit 155b3414 authored by jabertwo's avatar jabertwo
Browse files

Merge branch 'renovate/nginx-1.x' into 'master'

Update nginx Docker tag to v1.25

See merge request !41
parents a392e120 82783138
No related branches found
No related tags found
1 merge request!41Update nginx Docker tag to v1.25
...@@ -36,7 +36,7 @@ services: ...@@ -36,7 +36,7 @@ services:
nginx: nginx:
image: nginx:1.19 image: nginx:1.25
restart: always restart: always
depends_on: depends_on:
- vnc - vnc
......
...@@ -185,7 +185,7 @@ services: ...@@ -185,7 +185,7 @@ services:
- "{{ basedir }}/mailman-web:/opt/mailman-web-data:rw,z" - "{{ basedir }}/mailman-web:/opt/mailman-web-data:rw,z"
mailman-nginx: mailman-nginx:
image: nginx:1.19 image: nginx:1.25
restart: always restart: always
depends_on: depends_on:
- mailman-web - mailman-web
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment