Skip to content

Commit

Permalink
Merge pull request compose-spec#193 from kendru/fix-delimiter-docs
Browse files Browse the repository at this point in the history
Update spec to use colon-separated
  • Loading branch information
ndeloof committed Sep 10, 2021
2 parents b33e716 + 4f68f6d commit c1dbc42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.md
Expand Up @@ -1448,7 +1448,7 @@ Port mapping MUST NOT be used with `network_mode: host` and doing so MUST result

#### Short syntax

The short syntax is a comma-separated string to set host IP, host port and container port
The short syntax is a colon-separated string to set host IP, host port and container port
in the form:

`[HOST:]CONTAINER[/PROTOCOL]` where:
Expand Down Expand Up @@ -1788,7 +1788,7 @@ volumes:

#### Short syntax

The short syntax uses a single string with comma-separated values to specify a volume mount
The short syntax uses a single string with colon-separated values to specify a volume mount
(`VOLUME:CONTAINER_PATH`), or an access mode (`VOLUME:CONTAINER:ACCESS_MODE`).

`VOLUME` MAY be either a host path on the platform hosting containers (bind mount) or a volume name.
Expand Down

0 comments on commit c1dbc42

Please sign in to comment.