- Move local database dir form ./pgsql/data to ./pgsql-data,

- Fix support of special chars in User & Database names.
This commit is contained in:
2024-08-31 12:26:19 +02:00
parent 234c8ce218
commit 6ec93aa56e
4 changed files with 43 additions and 34 deletions

View File

@@ -30,7 +30,7 @@ services:
POSTGRESQL_PASSWORD: ${POSTGRESQL_PASSWORD}
volumes:
- ./pgsql/data:/var/lib/pgsql/data
- ./pgsql-data:/var/lib/pgsql/data
network_mode: bridge