Browse Source

Due to a bug at docker.io, master is now the latest version.

master
Jonathan Rosenbaum 9 years ago
parent
commit
22e767bb48
  1. 2
      Dockerfile
  2. 2
      README.md

2
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/

2
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

Loading…
Cancel
Save