diff --git a/qnap_mediaui.yaml b/qnap_mediaui.yaml index 4cba96e..1ad3e82 100644 --- a/qnap_mediaui.yaml +++ b/qnap_mediaui.yaml @@ -56,7 +56,7 @@ services: - POSTGRES_DB=$DB_DATABASE_NAME - POSTGRES_INITDB_ARGS='--data-checksums' # Uncomment the DB_STORAGE_TYPE: 'HDD' var if your database isn't stored on SSDs - - DB_STORAGE_TYPE: 'HDD' + #- DB_STORAGE_TYPE: 'HDD' volumes: # Do not edit the next line. If you want to change the database storage location on your system, edit the value of DB_DATA_LOCATION in the .env file - $DB_DATA_LOCATION:/var/lib/postgresql/data