mirror of
https://github.com/Floriansylvain/CineAllo.git
synced 2026-08-19 11:43:24 +02:00
📝 - Improved readability
This commit is contained in:
@@ -5,7 +5,11 @@
|
|||||||
- MYSQL_DATABASE
|
- MYSQL_DATABASE
|
||||||
- MYSQL_ROOT_PASSWORD
|
- MYSQL_ROOT_PASSWORD
|
||||||
- CINEALLO_PORT
|
- CINEALLO_PORT
|
||||||
``DATABASE_URL`` shoud look like this: ``mysql://root:<MYSQL_ROOT_PASSWORD>@db:3306/<MYSQL_DATABASE>``
|
|
||||||
|
``DATABASE_URL`` shoud look like this:
|
||||||
|
```html
|
||||||
|
mysql://root:<MYSQL_ROOT_PASSWORD>@db:3306/<MYSQL_DATABASE>
|
||||||
|
```
|
||||||
## Usage
|
## Usage
|
||||||
### Docker
|
### Docker
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user