1 Commits

Author SHA1 Message Date
710dc89d5b Update postgres Docker tag to v14.12 2024-05-10 00:00:18 +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.10-alpine image: postgres:14.12-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.26.0-alpine FROM nginx:1.25.3-alpine
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf