Skip to content
Snippets Groups Projects
Commit f2b11054 authored by Benjamin Lecha's avatar Benjamin Lecha :upside_down:
Browse files

Update file docker-compose.yml

parent 8a6bf6c8
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ services:
WORDPRESS_DB_PASSWORD: examplepass
WORDPRESS_DB_NAME: exampledb
volumes:
- wordpress:/var/www/html
- ./wp:/var/www/html
db:
image: mysql:8.0
......@@ -26,7 +26,7 @@ services:
MYSQL_PASSWORD: examplepass
MYSQL_RANDOM_ROOT_PASSWORD: '1'
volumes:
- db:/var/lib/mysql
- ./data:/var/lib/mysql
adminer:
image: adminer
......@@ -36,8 +36,3 @@ services:
- db
ports:
- 8081:8080
volumes:
wordpress:
db:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment