Implemented server tact

This commit is contained in:
2023-04-15 17:06:10 +02:00
parent 0f7a2fcb9e
commit 9f0df846df
24 changed files with 60 additions and 44 deletions

View File

@@ -60,7 +60,7 @@ How to manage users is described here: https://mailu.io/master/cli.html
### database access
To access the database execute
```bash
docker exec -it nextcloud_database_1 mysql -u nextcloud -D nextcloud -p
docker exec -it mailu-database-1 mysql -u root -D mailu -p
```
### mailu_front_1

View File

@@ -1,2 +1 @@
mailu_front_container_name: "mailu-front-1"
mailu_version: "1.9"