mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-21 19:53:50 +01:00
postgres: revert to 12.2 version
This commit is contained in:
parent
d66c291e50
commit
ad1c79cafc
@ -30,7 +30,7 @@ services:
|
||||
|
||||
db:
|
||||
restart: always
|
||||
image: docker.io/postgres:13.9-alpine
|
||||
image: docker.io/postgres:12.2-alpine
|
||||
container_name: calckey_db
|
||||
networks:
|
||||
- network
|
||||
|
@ -31,7 +31,7 @@ services:
|
||||
|
||||
db:
|
||||
restart: unless-stopped
|
||||
image: docker.io/postgres:13.9-alpine
|
||||
image: docker.io/postgres:12.2-alpine
|
||||
container_name: calckey_db
|
||||
networks:
|
||||
- calcnet
|
||||
|
Loading…
Reference in New Issue
Block a user