Skip to content

Commit 8bd8aa8

Browse files
committed
Testing wordpress stack /G
1 parent 356904e commit 8bd8aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

traefik_stack5/toolwp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
image: wordpress:4.9.4
99
restart: always
1010
volumes:
11-
- ./wp-content:/var/www/html/wp-content
11+
- ./wp-content:/var/www/html/wp-content
1212
environment:
1313
WORDPRESS_DB_HOST: db:3306
1414
WORDPRESS_DB_PASSWORD: p4ssw0rd!
@@ -45,7 +45,7 @@ services:
4545
image: mysql:5.7
4646
restart: always
4747
volumes:
48-
- ./wp-content/data/msql:/var/lib/mysql
48+
- ./wp-content/data/mysql:/var/lib/mysql
4949
environment:
5050
MYSQL_ROOT_PASSWORD: p4ssw0rd!
5151
networks:

0 commit comments

Comments
 (0)