Skip to content

Commit 18bab64

Browse files
committed
Fix ymlfmt for geonetwork
1 parent f4ef535 commit 18bab64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

geonetwork/compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ services:
7171
POSTGRES_USER: geonetwork
7272
POSTGRES_PASSWORD: geonetwork
7373
POSTGRES_DB: geonetwork
74-
command: [postgres, -c, log_statement=all, -c, logging_collector=true, -c, log_file_mode=0644,
75-
-c, log_directory=/var/log/postgresql, -c, log_filename=postgresql.log]
74+
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]
7675
healthcheck:
7776
test: [CMD-SHELL, pg_isready -U postgres]
7877
interval: 5s

0 commit comments

Comments
 (0)