Compare commits
1 Commits
renovate/p
...
edd8fd7b4d
| Author | SHA1 | Date | |
|---|---|---|---|
| edd8fd7b4d |
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
FROM nginx:1.25.3-alpine
|
||||
FROM nginx:1.25.4-alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
Reference in New Issue
Block a user