Files
mattermost/docker/0.6/Dockerrun.aws.json
2015-08-02 22:10:21 -08:00

14 lines
218 B
JSON
Executable File

{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "mattermost/platform:lithium-rc2",
"Update": "true"
},
"Ports": [
{
"ContainerPort": "80"
}
],
"Logging": "/var/log/"
}