Upgrade Nginx

This commit is contained in:
Navratan Lal Gupta 2023-06-17 16:12:28 +01:00
parent 5bf6bc2534
commit 4a8169f5f2

View File

@ -2,7 +2,7 @@ version: '2'
name: nginx name: nginx
services: services:
nginx: nginx:
image: nginx:1.24.0-alpine image: nginx:1.25.1-alpine
container_name: nginx container_name: nginx
networks: networks:
- mynetwork - mynetwork