1 Commits

Author SHA1 Message Date
cbc81ef510 Update nginx Docker tag to v1.27.0 2024-05-30 18:00:19 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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