Moved docker default passwords to .env
This commit is contained in:
@@ -31,9 +31,10 @@ I actually don't know what i want to implement here. There are quite to many CMS
|
||||
3. Open the webapp in your browser and follow the installation guide
|
||||
|
||||
### Docker Installation
|
||||
1. `docker-compose build`
|
||||
2. `docker-compose up`
|
||||
3. Open the webapp in your browser and follow the installation guide
|
||||
1. Create an `.env` file with `MYSQL_ROOT_PASSWORD` AND `REDIS_PASSWORD`
|
||||
2. `docker-compose build`
|
||||
3. `docker-compose up`
|
||||
4Open the webapp in your browser and follow the installation guide
|
||||
3a. Since the docker runs as user www-data (33), the following permissions are recommended and at least necessary for the installation process:
|
||||
```
|
||||
chown -R :33 .
|
||||
|
||||
Reference in New Issue
Block a user