1
0
mirror of https://github.com/fspc/ybdb.git synced 2025-02-28 10:43:22 -05:00

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

This commit is contained in:
Jonathan Rosenbaum 2015-01-25 07:00:00 +00:00
parent 5ffed9ddf3
commit 22e767bb48
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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