Skip to content

Commit 5961586

Browse files
committed
Removed useless links attribute. Updated MariaDB to 10.3
1 parent 4660f13 commit 5961586

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docker-compose.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
db:
4-
image: mariadb:10.1
4+
image: mariadb:10.3
55
volumes:
66
- "db-data:/var/lib/mysql"
77
environment:
@@ -16,8 +16,6 @@ services:
1616
build: ./
1717
volumes:
1818
- "site-data:/var/www/wp-content"
19-
links:
20-
- db
2119
ports:
2220
- "80:80"
2321
environment:
@@ -27,6 +25,9 @@ services:
2725
DB_USER: wordpress
2826
WORDPRESS_SITE_URL: http://localhost
2927
FS_METHOD: direct
28+
# For debugging only:
29+
#WP_DEBUG: "true"
30+
#WP_DEBUG_DISPLAY: "true"
3031

3132
volumes:
3233
db-data:

0 commit comments

Comments
 (0)