mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
[docker] Update example docker-compose.yml
This commit is contained in:
parent
5b85853f8f
commit
02040d934f
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ services:
|
|||
|
||||
redis:
|
||||
restart: unless-stopped
|
||||
image: docker.io/redis:7.0-alpine
|
||||
image: docker.io/valkey/valkey:7-alpine
|
||||
container_name: iceshrimp_redis
|
||||
networks:
|
||||
- ishnet
|
||||
|
@ -37,7 +37,7 @@ services:
|
|||
|
||||
db:
|
||||
restart: unless-stopped
|
||||
image: docker.io/postgres:12.2-alpine
|
||||
image: docker.io/postgres:16-alpine
|
||||
container_name: iceshrimp_db
|
||||
networks:
|
||||
- ishnet
|
||||
|
|
Loading…
Reference in a new issue