Update docker-compose.yml (#2127)
Some checks are pending
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run

fix data persistence issue
This commit is contained in:
coosir
2025-03-05 08:36:04 +08:00
committed by GitHub
parent 8f361f9932
commit f1bc18ef65

View File

@@ -12,7 +12,7 @@ services:
ports:
- "15432:5432"
# volumes:
# - postgres_data:/var/lib/postgresql
# - postgres_data:/var/lib/postgresql/data
networks:
- supersonic_network
dns:
@@ -62,4 +62,4 @@ services:
# supersonic_data:
networks:
supersonic_network:
supersonic_network: