Skip to content
Snippets Groups Projects
Verified Commit b57e99a9 authored by David Beniamine's avatar David Beniamine
Browse files

Restraint access to mariadb port on localhost and bind to configurable port

parent 5c50c335
Branches
No related tags found
No related merge requests found
...@@ -3,4 +3,4 @@ version: "3" ...@@ -3,4 +3,4 @@ version: "3"
services: services:
mariadb: mariadb:
ports: ports:
- "3306:3306" - "127.0.0.1:$MARIADB_BIND_PORT:3306"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment