Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adzialocha/wolke
Deploy Nextcloud via Docker
https://github.com/adzialocha/wolke
docker docker-compose git mailman nextcloud nginx-proxy postgres self-hosted
Last synced: 8 days ago
JSON representation
Deploy Nextcloud via Docker
- Host: GitHub
- URL: https://github.com/adzialocha/wolke
- Owner: adzialocha
- License: mit
- Created: 2019-01-30T18:47:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T17:55:39.000Z (9 months ago)
- Last Synced: 2024-04-15T04:26:47.069Z (7 months ago)
- Topics: docker, docker-compose, git, mailman, nextcloud, nginx-proxy, postgres, self-hosted
- Language: Shell
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
wolke
===## Usage
```bash
# Update to latest version
sudo docker-compose pull
sudo docker-compose build# Start services
sudo docker-compose up -d# Run nextcloud command line
sudo docker exec --user www-data -it nextcloud php occ
```## License
`MIT`