Compare commits
1 Commits
7fde5c85f1
...
renovate/n
| Author | SHA1 | Date | |
|---|---|---|---|
| cbc81ef510 |
@@ -2,7 +2,7 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:14.11-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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user