Update package name

This commit is contained in:
2025-01-08 06:42:39 +04:00
parent c3d519bd39
commit 550d1aad08
4 changed files with 29 additions and 16 deletions

View File

@@ -22,10 +22,10 @@ installer script, just run a temporary container with `PHPBB_INSTALL=true`
environment variable:
```console
$ docker run -p 8181:8181 --name phpbb-install -e PHPBB_INSTALL=true -d source.hodakov.me/hdkv/phpbb
$ docker run -p 8080:8080 --name phpbb-install -e PHPBB_INSTALL=true -d source.hodakov.me/hdkv/phpbb
```
Point your browser to the http://localhost:8181 to begin the
Point your browser to the http://localhost:8080 to begin the
installation process.
This image is bundled with SQLite3, MySQL and PostgresSQL database engines