Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaenow/vbulletin-docker
vbulletin docker
https://github.com/vaenow/vbulletin-docker
Last synced: 10 days ago
JSON representation
vbulletin docker
- Host: GitHub
- URL: https://github.com/vaenow/vbulletin-docker
- Owner: vaenow
- Created: 2022-02-25T08:46:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T08:49:18.000Z (almost 3 years ago)
- Last Synced: 2024-10-26T07:25:18.160Z (about 2 months ago)
- Language: PHP
- Size: 18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```