Skip to content

Commit

Permalink
Removed useless links attribute. Updated MariaDB to 10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafeX committed Jun 18, 2017
1 parent 4660f13 commit 5961586
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
db:
image: mariadb:10.1
image: mariadb:10.3
volumes:
- "db-data:/var/lib/mysql"
environment:
Expand All @@ -16,8 +16,6 @@ services:
build: ./
volumes:
- "site-data:/var/www/wp-content"
links:
- db
ports:
- "80:80"
environment:
Expand All @@ -27,6 +25,9 @@ services:
DB_USER: wordpress
WORDPRESS_SITE_URL: http://localhost
FS_METHOD: direct
# For debugging only:
#WP_DEBUG: "true"
#WP_DEBUG_DISPLAY: "true"

volumes:
db-data:
Expand Down

0 comments on commit 5961586

Please sign in to comment.