Skip to content

Commit

Permalink
Expose mariadb for k8s (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 authored Apr 5, 2024
1 parent 9451928 commit 040927b
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 @@ -14,7 +14,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 040927b

Please sign in to comment.