Skip to content

Commit 040927b

Browse files
authored
Expose mariadb for k8s (again)
1 parent 9451928 commit 040927b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
restart: unless-stopped
1515
env_file: ./config/faf-db/faf-db.env
1616
ports:
17-
- "127.0.0.1:3306:3306"
17+
- "3306:3306"
1818
volumes:
1919
- ./config/faf-db/mysqld.cnf:/etc/mysql/mariadb.conf.d/mysqld-custom.cnf
2020
- ./config/faf-db/mysql.cnf:/root/.my.cnf

0 commit comments

Comments
 (0)