From a31faf02ef0f79e66731889f4dc9cd2bcf8cdf36 Mon Sep 17 00:00:00 2001 From: 0ry5 Date: Fri, 21 Feb 2025 17:54:41 +0100 Subject: [PATCH] fix(pottwal): librarian db port must not be public --- host-pottwal.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/host-pottwal.yml b/host-pottwal.yml index 76e4b14..fd572cb 100644 --- a/host-pottwal.yml +++ b/host-pottwal.yml @@ -675,8 +675,6 @@ - "{{ datadir }}/librarian/backup.sql:/docker-entrypoint-initdb.d/1.sql" networks: - name: librariannet - ports: - - "127.0.0.1:{{ librarian_database_port }}:3306" tags: - librarian