diff --git a/docs/docs/documentation/getting-started/installation/postgres.md b/docs/docs/documentation/getting-started/installation/postgres.md index cc659389fabf..058ef3560d51 100644 --- a/docs/docs/documentation/getting-started/installation/postgres.md +++ b/docs/docs/documentation/getting-started/installation/postgres.md @@ -55,6 +55,8 @@ services: container_name: postgres image: postgres restart: always + volumes: + - mealie-pgdata:/var/lib/postgresql environment: POSTGRES_PASSWORD: mealie POSTGRES_USER: mealie @@ -62,6 +64,8 @@ services: volumes: mealie-data: driver: local + mealie-pgdata: + driver: local ``` diff --git a/docs/docs/overrides/api.html b/docs/docs/overrides/api.html index 0ad2bc79dfb2..2fd24048046e 100644 --- a/docs/docs/overrides/api.html +++ b/docs/docs/overrides/api.html @@ -14,7 +14,7 @@