mirror of
https://git.oceanpay.cc/danial/kami_apple_exchage.git
synced 2025-12-18 10:46:16 +00:00
fix(docker): update PostgreSQL volume name to postgres_data_18
This commit is contained in:
@@ -99,7 +99,7 @@ services:
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_PASSWORD=Kp9mX8vL2nQ5wR7
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
- postgres_data_18:/var/lib/postgresql/data
|
||||
ports:
|
||||
- "127.0.0.1:5444:5432"
|
||||
networks:
|
||||
@@ -132,7 +132,7 @@ services:
|
||||
|
||||
# ===== 数据卷 =====
|
||||
volumes:
|
||||
postgres_data:
|
||||
postgres_data_18:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
|
||||
Reference in New Issue
Block a user