Depend on actual versions for shlink packages

This commit is contained in:
Alejandro Celaya
2024-10-27 08:36:57 +01:00
parent 0c3c7ff3b2
commit 99639b9844
6 changed files with 7 additions and 40 deletions

View File

@@ -24,12 +24,6 @@ Then you will have to follow these steps:
The `shlink_dev_env.php` file is gitignored, so you can customize it as you want. For example, by adding your own GeoLite license key.
* Do the same with the `docker-compose.override.yml.dist`:
```
cp docker-compose.override.yml.dist docker-compose.override.yml
```
* Start-up the project by running `docker compose up`.
The first time this command is run, it will create several containers that are used during development, so it may take some time.