Fix ymlfmt for geonetwork

This commit is contained in:
Tianon Gravi 2025-06-09 10:44:51 -07:00
parent f4ef535dc5
commit 18bab64e24
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ services:
POSTGRES_USER: geonetwork
POSTGRES_PASSWORD: geonetwork
POSTGRES_DB: geonetwork
command: [postgres, -c, log_statement=all, -c, logging_collector=true, -c, log_file_mode=0644,
-c, log_directory=/var/log/postgresql, -c, log_filename=postgresql.log]
command: [postgres, -c, log_statement=all, -c, logging_collector=true, -c, log_file_mode=0644, -c, log_directory=/var/log/postgresql, -c, log_filename=postgresql.log]
healthcheck:
test: [CMD-SHELL, pg_isready -U postgres]
interval: 5s