🛰️ export from upstream (9298ca3)
This commit is contained in:
@@ -267,6 +267,26 @@ default_services:
|
||||
|
||||
---
|
||||
|
||||
### image
|
||||
|
||||
The Docker image name used for building and running containers.
|
||||
|
||||
- **Type:** String
|
||||
- **Valid in:** Global, Project, Local
|
||||
- **Default:** `"sandcage"`
|
||||
|
||||
```yaml
|
||||
# .sandcage.yml
|
||||
image: my-custom-sandcage
|
||||
```
|
||||
|
||||
```toml
|
||||
# ~/.sandcage/config.toml
|
||||
image = "my-custom-sandcage"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Services
|
||||
|
||||
Sandcage ships with four built-in services, all enabled by default:
|
||||
|
||||
Reference in New Issue
Block a user