diff --git a/compose.yaml b/compose.yaml index b0a7101..ff2c33f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -134,7 +134,7 @@ services: networks: - amass volumes: - - ./assetdb/postgres:/var/lib/postgresql/data:rw + - ./assetdb/postgres:/var/lib/postgresql/18/data:rw environment: - POSTGRES_USER=postgres - POSTGRES_PASSWORD=${POSTGRES_PASSWORD}