mirror of
https://git.oceanpay.cc/danial/kami_apple_exchage.git
synced 2025-12-18 22:29:09 +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_USER=postgres
|
||||||
- POSTGRES_PASSWORD=Kp9mX8vL2nQ5wR7
|
- POSTGRES_PASSWORD=Kp9mX8vL2nQ5wR7
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data_18:/var/lib/postgresql/data
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:5444:5432"
|
- "127.0.0.1:5444:5432"
|
||||||
networks:
|
networks:
|
||||||
@@ -132,7 +132,7 @@ services:
|
|||||||
|
|
||||||
# ===== 数据卷 =====
|
# ===== 数据卷 =====
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data:
|
postgres_data_18:
|
||||||
driver: local
|
driver: local
|
||||||
driver_opts:
|
driver_opts:
|
||||||
type: none
|
type: none
|
||||||
|
|||||||
Reference in New Issue
Block a user