1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Rename compose file the official preferred way

See https://docs.docker.com/compose/intro/compose-application-model/#the-compose-file
This commit is contained in:
Yassine Guedidi 2024-11-19 20:55:47 +01:00
parent b9796cce41
commit 0e836a3d87
3 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ You'll then have:
You can now access your wallabag instance using that url: `http://127.0.0.1:8000`
If you want to test using an other database than SQLite, uncomment the `postgres` or `mariadb` code from the `docker-compose.yml` file at the root of the repo. Also uncomment related line in the `php` section so the database will be linked to your PHP instance.
If you want to test using an other database than SQLite, uncomment the `postgres` or `mariadb` code from the `compose.yaml` file at the root of the repo. Also uncomment related line in the `php` section so the database will be linked to your PHP instance.
### Using your own PHP server