mirror of
https://github.com/jgeusebroek/docker-spotweb.git
synced 2025-08-11 15:47:49 +02:00
Initial Commit
This commit is contained in:
11
README.md
Normal file
11
README.md
Normal 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
|
Reference in New Issue
Block a user