mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-07 15:52:47 +01:00
Update nginx Docker tag to v1.25
This commit is contained in:
committed by
Jonas Plum
parent
c3b998cba4
commit
2216823f51
@@ -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" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user