Initial Commit

This commit is contained in:
Jeroen Geusebroek
2016-01-17 21:53:50 +01:00
commit eb9f261070
8 changed files with 140 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Docker spotweb
docker run --restart=always -d -p 80:80 \
--hostname=spotweb \
--name=spotweb \
-v /config:/config \
-e SPOTWEB_DB_TYPE=pdo_mysql \
-e SPOTWEB_DB_HOST=<hostname> \
-e SPOTWEB_DB_NAME=spotweb \
-e SPOTWEB_DB_USER=spotweb \
-e SPOTWEB_DB_PASS=spotweb \
jgeusebroek/spotweb