|
@@ -387,6 +387,9 @@ services:
|
|
PGDATA: /var/lib/postgresql/data/pgdata
|
|
PGDATA: /var/lib/postgresql/data/pgdata
|
|
volumes:
|
|
volumes:
|
|
- ./volumes/db/data:/var/lib/postgresql/data
|
|
- ./volumes/db/data:/var/lib/postgresql/data
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -524,6 +527,9 @@ services:
|
|
ports:
|
|
ports:
|
|
- "80:80"
|
|
- "80:80"
|
|
|
|
|
|
|
|
+# notice: if you use windows-wsl2, postgres may not work properly due to the ntfs issue.you can use volumes to mount the data directory to the host.
|
|
|
|
+# volumes:
|
|
|
|
+# postgres:
|
|
networks:
|
|
networks:
|
|
|
|
|
|
ssrf_proxy_network:
|
|
ssrf_proxy_network:
|