https://github.com/0ncorhynchus/rainloop-docker
https://github.com/0ncorhynchus/rainloop-docker
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0ncorhynchus/rainloop-docker
- Owner: 0ncorhynchus
- Created: 2017-03-15T12:48:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T12:48:59.000Z (almost 9 years ago)
- Last Synced: 2025-02-03T11:51:10.322Z (11 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How To Use
```sh
$ docker-compose run --rm rainloop id www-data
uid=33(www-data) gid=33(www-data) groups=33(www-data)
$ mkdir /srv/rainloop
$ chown -R 33:33 /srv/rainloop
$ docker-compose up -d
```