mastodon update readme.md

This commit is contained in:
Wonderfall 2017-06-13 23:18:19 +02:00
parent a8a994b2cf
commit 5865b23025

View File

@ -16,8 +16,8 @@ This image is not the official one. The main difference you can notice is that a
- No root processes. - No root processes.
#### Docker Hub tags #### Docker Hub tags
- **master** : latest code for adventurers - **master** : latest code for adventurers (builds daily on Docker Hub)
- **stable** : latest stable version - **stable** : latest stable version (builds weekly on Dockr Hub)
#### Build-time variables #### Build-time variables
- **VERSION** : version of Mastodon, can be `v1.4.1` or `master`. *(default : master)* - **VERSION** : version of Mastodon, can be `v1.4.1` or `master`. *(default : master)*
@ -31,10 +31,10 @@ This image is not the official one. The main difference you can notice is that a
- Other environment variables : https://github.com/tootsuite/mastodon/blob/master/.env.production.sample - Other environment variables : https://github.com/tootsuite/mastodon/blob/master/.env.production.sample
#### Volumes #### Volumes
- /mastodon/public/system : shit like media attachments, avatars, etc. - **/mastodon/public/system** : shit like media attachments, avatars, etc.
- /mastodon/public/assets : Mastodon assets - **/mastodon/public/assets** : Mastodon assets
- /mastodon/public/packs : Mastodon assets - **/mastodon/public/packs** : Mastodon assets
- /mastodon/log : Mastodon logfiles (mount if you prefer to) - **/mastodon/log** : Mastodon logfiles (mount if you prefer to)
#### Ports #### Ports
- **3000** : Mastodon web - **3000** : Mastodon web