docker-compose.yml: (friendly reminder that YAML is a strict superset of a much more readable data format)
{
"version": "3",
"services": {
"sagitarrius": {
"restart": "always",
"image": "wanieru/sagittarius:latest",
"ports": [
"3000:80"
]
}
}
}
Content type
Image
Digest
sha256:59989b90d…
Size
11.6 MB
Last updated
almost 4 years ago
docker pull wanieru/sagittarius