Created
February 26, 2018 18:44
-
-
Save avandrevitor/1cfbcf2e8dd4027963f07d98ea708bf2 to your computer and use it in GitHub Desktop.
Open Project Start
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #/bin/bash | |
| docker run -d --restart=unless-stopped \ | |
| -p 8081:80 \ | |
| --name openproject \ | |
| -e SECRET_KEY_BASE=secret \ | |
| -v /var/lib/openproject/pgdata:/var/lib/postgresql/9.6/main \ | |
| -v /var/lib/openproject/static:/var/db/openproject \ | |
| -v /var/lib/openproject/logs:/var/log/supervisor \ | |
| openproject/community:7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment