Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
upgrade dependencies + update snapshots + update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsifford committed Dec 6, 2017
1 parent 1eb4671 commit 8b90b66
Show file tree
Hide file tree
Showing 11 changed files with 1,859 additions and 1,024 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.3'
version: '3'
services:
wordpress:
image: visiblevc/wordpress:0.16.0-php7.1
image: visiblevc/wordpress:0.17.0-php7.2
ports:
- 8080:80
volumes:
Expand All @@ -10,7 +10,7 @@ services:
DB_NAME: wordpress
DB_PASS: root
WP_DEBUG: 'true'
# WP_VERSION: nightly
WP_VERSION: nightly
PLUGINS: >-
co-authors-plus,
query-monitor,
Expand Down
Loading

0 comments on commit 8b90b66

Please # to comment.