mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 20:51:07 +01:00
Added restart commands
This commit is contained in:
parent
5e6d6070b1
commit
e8894cc970
@ -60,6 +60,11 @@ How to manage users is described here: https://mailu.io/master/cli.html
|
||||
```bash
|
||||
sudo docker container exec -it mailu_front_1 /bin/bash
|
||||
```
|
||||
### restart everything
|
||||
|
||||
```bash
|
||||
sudo docker restart mailu_smtp_1 mailu_imap_1 mailu_antispam_1 mailu_redis_1 mailu_webdav_1 mailu_front_1 mailu_database_1 mailu_webmail_1 mailu_admin_1 4431bd9168ae_mailu_antivirus_1
|
||||
```
|
||||
|
||||
## update
|
||||
For update instructions follow:
|
||||
|
Loading…
Reference in New Issue
Block a user