Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vaenow/vbulletin-docker

vbulletin docker
https://github.com/vaenow/vbulletin-docker

Last synced: 10 days ago
JSON representation

vbulletin docker

Awesome Lists containing this project

README

        

# vbulletin-docker
vbulletin docker

## build docker
```bash
docker build -f Dockerfile -t vbulletin-php:v5.6.601 .
```

## run
```bash
docker run --name vbulletin-php \
--privileged \
--link mysql-php \
-e PMA_HOST="mysql-php-pwd" \
-e ServerName="host.com" \
-d -p 80:80 vbulletin-php:v5.6.601
```