mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-16 21:58:17 +01:00
[ticket/17176] Update vagrant scripts
PHPBB3-17176
This commit is contained in:
parent
2c6de26871
commit
d5e311282e
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
PHP_VERSION="7.3"
|
PHP_VERSION="8.1"
|
||||||
PHPBB_PATH="/home/vagrant/phpbb"
|
PHPBB_PATH="/home/vagrant/phpbb"
|
||||||
PHPBB_CONFIG="${PHPBB_PATH}/phpBB/config.php"
|
PHPBB_CONFIG="${PHPBB_PATH}/phpBB/config.php"
|
||||||
PHPBB_INSTALL="${PHPBB_PATH}/vagrant/phpbb-install-config.yml"
|
PHPBB_INSTALL="${PHPBB_PATH}/vagrant/phpbb-install-config.yml"
|
||||||
|
@ -14,7 +14,7 @@ keys:
|
|||||||
folders:
|
folders:
|
||||||
- map: "."
|
- map: "."
|
||||||
to: "/home/vagrant/phpbb"
|
to: "/home/vagrant/phpbb"
|
||||||
php: "7.3"
|
php: "8.1"
|
||||||
|
|
||||||
sites:
|
sites:
|
||||||
- map: phpbb.app
|
- map: phpbb.app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user