Jeroen Geusebroek eb9f261070 Initial Commit
2016-01-17 21:53:50 +01:00
2016-01-17 21:53:50 +01:00
2016-01-17 21:53:50 +01:00
2016-01-17 21:53:50 +01:00
2016-01-17 21:53:50 +01:00
2016-01-17 21:53:50 +01:00
2016-01-17 21:53:50 +01:00
2016-01-17 21:53:50 +01:00
2016-01-17 21:53:50 +01:00

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
Description
A docker image running ubuntu/20.04 Linux and Spotweb
Readme 82 KiB
Languages
Shell 67.9%
Dockerfile 32.1%