mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Implemented server tact
This commit is contained in:
@@ -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
|
||||
|
@@ -1,2 +1 @@
|
||||
mailu_front_container_name: "mailu-front-1"
|
||||
mailu_version: "1.9"
|
||||
|
Reference in New Issue
Block a user