Skip to content
Snippets Groups Projects
Commit 5a1d2d2a authored by Nezbeda Harald's avatar Nezbeda Harald
Browse files

Add ip address for database service

parent 93ab2100
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ services: ...@@ -18,7 +18,7 @@ services:
db: db:
image: mysql:latest # or mariadb image: mysql:latest # or mariadb
ports: ports:
- 3306:3306 - 127.0.10.10:3306:3306 # change ip if required
volumes: volumes:
- ./wp-data:/docker-entrypoint-initdb.d - ./wp-data:/docker-entrypoint-initdb.d
environment: environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment