]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Removing Mariadb default open port (#2227)
authorThellraAK <github.com@absurdlybored.com>
Wed, 21 Dec 2022 10:36:37 +0000 (01:36 -0900)
committerGitHub <noreply@github.com>
Wed, 21 Dec 2022 10:36:37 +0000 (02:36 -0800)
commit800e842ab304ce2fcb1c126d491dac0770ad66ff
tree32ffd33a18db77bc30cc42b08fe7aca578f5bb3b
parent6f6f365e2b36410110275ca92b5ba467500bb577
Removing Mariadb default open port (#2227)

* Removing Mariadb default open port

Removing the listening port 3306 for the DB, Docker networks will let the containers talk to one another.  The existing setup would allow anyone to connect to the DB and use the default passwords.

* Update docker-compose.mariadb-tika.yml

Adding change to the other compose file to remove open port

* Remove excess blank lines

* Remove excess blank lines

Co-authored-by: Felix E <felix@eckhofer.com>
docker/compose/docker-compose.mariadb-tika.yml
docker/compose/docker-compose.mariadb.yml