diff --git a/compose.yaml b/compose.yaml index 88a15cdb5..4460e68b3 100644 --- a/compose.yaml +++ b/compose.yaml @@ -62,9 +62,9 @@ services: - POSTGRES_HOST_AUTH_METHOD=trust volumes: - ./postgres/pg_hba.conf:/tmp/pg_hba.conf:ro - - .postgres/postgresql.conf:/tmp/postgresql.conf:ro - - .postgres/pgconfig.sh:/docker-entrypoint-initdb.d/_pgconfig.sh:ro - - .postgres/schema.sql:/docker-entrypoint-initdb.d/schema.sql:ro + - ./postgres/postgresql.conf:/tmp/postgresql.conf:ro + - ./postgres/pgconfig.sh:/docker-entrypoint-initdb.d/_pgconfig.sh:ro + - ./postgres/schema.sql:/docker-entrypoint-initdb.d/schema.sql:ro memcached: image: docker.io/library/memcached:latest