Skip to content

Commit

Permalink
Remove ip restriction on MariaDB port
Browse files Browse the repository at this point in the history
Makes the port available from k8s. The port is still closed in the system firewall.
  • Loading branch information
Brutus5000 authored Sep 19, 2023
1 parent f9e3f62 commit aa4105b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
restart: unless-stopped
env_file: ./config/faf-db/faf-db.env
ports:
- "127.0.0.1:3306:3306"
- "3306:3306"
volumes:
- ./config/faf-db/mysqld.cnf:/etc/mysql/mariadb.conf.d/mysqld-custom.cnf
- ./config/faf-db/mysql.cnf:/root/.my.cnf
Expand Down

0 comments on commit aa4105b

Please sign in to comment.