We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356904e commit 8bd8aa8Copy full SHA for 8bd8aa8
traefik_stack5/toolwp.yml
@@ -8,7 +8,7 @@ services:
8
image: wordpress:4.9.4
9
restart: always
10
volumes:
11
- - ./wp-content:/var/www/html/wp-content
+ - ./wp-content:/var/www/html/wp-content
12
environment:
13
WORDPRESS_DB_HOST: db:3306
14
WORDPRESS_DB_PASSWORD: p4ssw0rd!
@@ -45,7 +45,7 @@ services:
45
image: mysql:5.7
46
47
48
- - ./wp-content/data/msql:/var/lib/mysql
+ - ./wp-content/data/mysql:/var/lib/mysql
49
50
MYSQL_ROOT_PASSWORD: p4ssw0rd!
51
networks:
0 commit comments