1 Commits

Author SHA1 Message Date
4e477c6686 Update nginx Docker tag to v1.26.0 2024-04-24 03:00:16 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:14.12-alpine
image: postgres:14.10-alpine
restart: always
volumes:
- /mnt/data/db:/var/lib/postgresql/data

View File

@@ -1,3 +1,3 @@
FROM nginx:1.25.3-alpine
FROM nginx:1.26.0-alpine
COPY nginx.conf /etc/nginx/nginx.conf