Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,15 @@ mapping:
sequence:
- type: str
required: false
"container_name":
desc: >
Specify a custom container name, rather than a generated default name.

Since Docker container names must be unique, you cannot scale a service beyond 1 container
if you have specified a custom name.

Attempting to do so, results in an error.
required: false
"net":
name: Net
desc: >
Expand Down