From 22e767bb48c427af3552b226389abd9e69a133d3 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Sun, 25 Jan 2015 07:00:00 +0000 Subject: [PATCH] Due to a bug at docker.io, master is now the latest version. --- Dockerfile | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4576a9..4dbc054 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,8 @@ RUN service mysql start; \ mysql ybdb < /var/www/html/sql/MySQL_Structure.sql; \ mysql ybdb < /var/www/html/sql/populate.sql; +## Will need to mkdir csv dir, change perms to www-data, and chmod 0700 + COPY mysql.conf /etc/supervisor/conf.d/ COPY apache2.conf /etc/supervisor/conf.d/ diff --git a/README.md b/README.md index d4b33c1..32fbd6b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Publish the container's port to the host: ``` -docker run -d -p 81:80 --name="ybdb" bikebike/ybdb +docker run -d -p 81:80 --name="ybdb" bikebike/ybdb:master ``` ###Status