纯净的V2board镜像。一个开源且易于管理V2Ray程序的可视化用户管理系统。
10K+

| Environment |
|---|
| Nginx 1.20.2 |
| MySQL 5.6.51 |
| PHP 7.3.33 |
| redis 6.2.2 |
| Supervisord 3.4.0 |
This image can create the required environment of v2board for you, and you can customize the new installation of v2board; Or you can install v2board with one click and use it directly.
Official documents:https://docs.v2board.com
Update log:https://docs.v2board.com/CHANGELOG.html
you need to map container path to your host machine for persistent data storage./usr/local/src
AMD64 or arm64:
docker run -d \
--name=v2board \
--privileged=true \
--restart always \
-v /usr/local/v2board:/usr/local/src \
-p 80:80 \
gz1903/v2board:latest
http(s)://Your site/v2boards
Enter the management panel, and you can modify your password in the user center.
| MySQL_Default_USER | ROOT |
|---|---|
| MySQL_Default_PASS | [email protected] |
| V2Board_Admin_USER | [email protected] |
|---|---|
| V2Board_Admin_PASS | [email protected] |
Nginx_conf: /etc/nginx/
Nginx_html:/usr/share/nginx/html/v2board/
PHP_ini:/etc/php.ini
MySQL_conf:/etc/my.cnf
MySQL_date:/var/lib/mysql
MySQL_log:/var/log/mysqld.log
MySQL_Database:v2board
Supervisord_ini:/etc/supervisord.d/v2board.ini
docker run -d \
--name=v2board \
--privileged=true \
--restart always \
-v /usr/local/v2board:/usr/share/nginx/html/v2board \
-p 80:80 \
gz1903/v2board:latest
The latest version has the operating environment and requirements required for the v2board system.
docker exec -it v2board /bin/bash
mysqladmin -u root [email protected] password "new_passwd"
new_passwd:You need to change your new password,Please customize the new password
mysql -uroot -pnew_passwd -e "CREATE DATABASE newdatabase CHARACTER SET utf8 COLLATE utf8_general_ci;"
new_passwd:You need to change your new password,Please customize the new password
newdatabase:The name of the new database you need to create,Please customize the new database
rm -rf /usr/share/nginx/html/v2board
git clone https://github.com/v2board/v2board.git /usr/share/nginx/html/v2board/
cd /usr/share/nginx/html/v2board && sh /usr/share/nginx/html/v2board/init.sh
To execute the installation script, please enter customized information as prompted to install
chmod -R 777 /usr/share/nginx/html/v2board
supervisorctl restart v2board
Content type
Image
Digest
sha256:53c49f16b…
Size
465 MB
Last updated
over 1 year ago
docker pull gz1903/v2board