Skip to content

Commit

Permalink
Merge pull request #9 from jrjohnson/update-3.30.1
Browse files Browse the repository at this point in the history
Update to Ilios v3.30.1
  • Loading branch information
dartajax authored Apr 17, 2017
2 parents 08e31dc + dc7fd22 commit 0889ae3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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: '2'
services:
db:
image: ilios/mysql:v3.29.0
image: ilios/mysql:v3.30.1
environment:
- MYSQL_USER=ilios
- MYSQL_PASSWORD=ilios
Expand All @@ -11,11 +11,11 @@ services:
ports:
- "17103:3306"
php:
image: ilios/php:v3.29.0
image: ilios/php:v3.30.1
expose:
- "9000"
web:
image: ilios/nginx:v3.29.0
image: ilios/nginx:v3.30.1
ports:
- "8000:80"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion mysql-demo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ilios/mysql:v3.29.0
FROM ilios/mysql:v3.30.1

# customized to install ilios demo database
MAINTAINER Ilios Project Team <support@iliosproject.org>
Expand Down
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ilios/source:v3.29.0
FROM ilios/source:v3.30.1

MAINTAINER Ilios Project Team <support@iliosproject.org>

Expand Down
2 changes: 1 addition & 1 deletion php-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ilios/source:v3.29.0
FROM ilios/source:v3.30.1

MAINTAINER Ilios Project Team <support@iliosproject.org>

Expand Down

0 comments on commit 0889ae3

Please sign in to comment.