Files
mattermost/docker/dev/Dockerrun.aws.json

14 lines
210 B
JSON
Executable File

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