You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return is available as a docker image. Simply pull it from the Docker hub, and run it:
39
+
40
+
docker pull sebazzz/return:latest
41
+
docker run -p 80:80 sebazzz/return
42
+
43
+
For further configuration you may want to mount a directory with [the configuration](doc/Installation.md#Configuration):
44
+
45
+
docker run -p 80:80 -v /path/to/my/configuration/directory:/etc/return-retro sebazzz/return
46
+
47
+
### Manual installation
48
+
32
49
Download the release for your OS from the [releases tab](https://github.com/Sebazzz/Return/releases) or download the cutting edge builds from [AppVeyor](https://ci.appveyor.com/project/Sebazzz/Return).
33
50
34
51
[Follow the installation instructions](doc/Installation.md) in the documentation to install it.
0 commit comments