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

Correct port handling from within docker db container

parent e3c3fe29
No related branches found
No related tags found
No related merge requests found
...@@ -24,5 +24,4 @@ test: ...@@ -24,5 +24,4 @@ test:
production: production:
primary: primary:
<<: *default <<: *default
database: facem_production database: facem_production
port: 3360 \ No newline at end of file
\ No newline at end of file
...@@ -17,7 +17,7 @@ services: ...@@ -17,7 +17,7 @@ services:
db: db:
image: mariadb:10.4 image: mariadb:10.4
ports: ports:
- "3360:3360" - "3360:3306"
volumes: volumes:
- mariadb_data:/var/lib/mysql - mariadb_data:/var/lib/mysql
env_file: env_file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment