Posts with "nextcloud" Tag
Nextcloud in Docker
by Dan Aukes
docker-compose
```yaml version: '2'
volumes: nextcloud: db:
services: db: image: mariadb:10.5 ...
Nextcloud Installation
by Dan Aukes
-
Prerequisites
```bash sudo apt install -y openssh-server net-tools ...