Stefan Liebl ede996af6e nextcloud
2020-07-09 16:40:55 +02:00

20 lines
308 B
Markdown

Update, run, inspect and stop server:
```
docker-compose pull
docker-compose up -d
docker-compose logs -f --tail=10
docker-compose down
```
Login to nextcloud
```
docker-compose exec --user www-data app bash
```
Login to mysql
```
docker-compose exec db bash
apt update
apt install vim less mysqltuner
```