Merge branch 'main' of https://github.com/tessmania90/coreplan
This commit is contained in:
@@ -40,6 +40,12 @@ docker compose up -d
|
|||||||
```
|
```
|
||||||
|
|
||||||
### 🔑 Erste Schritte
|
### 🔑 Erste Schritte
|
||||||
|
|
||||||
|
Bevor der Container komplett funktioniert müssen dem ./data ordner noch die berechtigungen für www-data gegeben werden. Damit die Datenbank auch schreibfähig ist.
|
||||||
|
```
|
||||||
|
chown -R 33 ./data
|
||||||
|
chmod +755 ./data
|
||||||
|
```
|
||||||
Nach dem Start ist CorePlan unter `https://deine-ip:8443` erreichbar.
|
Nach dem Start ist CorePlan unter `https://deine-ip:8443` erreichbar.
|
||||||
* **Standard-Login:** `admin`
|
* **Standard-Login:** `admin`
|
||||||
* **Standard-Passwort:** `admin`
|
* **Standard-Passwort:** `admin`
|
||||||
|
|||||||
Reference in New Issue
Block a user