Skip to content

Commit

Permalink
Actually bind localhost to the database
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 authored Dec 23, 2023
1 parent 2970376 commit 8df5761
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:
- "3306:3306"
- "127.0.0.1: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 8df5761

Please sign in to comment.