Skip to content

Commit 355232c

Browse files
committed
fix build
1 parent 5b312d2 commit 355232c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/reference/compose-file/networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The advanced example shows a Compose file which defines two custom networks. The
6464

6565
## The default network
6666

67-
When a Compose file doesn't declare explicit networks, Compose uses an implicit `default` network. Services without an explicit [`networks`](05-services.md#networks) declaration are connected by Compose to this `default` network:
67+
When a Compose file doesn't declare explicit networks, Compose uses an implicit `default` network. Services without an explicit [`networks`](services.md#networks) declaration are connected by Compose to this `default` network:
6868

6969

7070
```yml

content/reference/compose-file/services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1811,7 +1811,7 @@ the service's containers.
18111811
The default value is world-readable permissions (mode `0444`).
18121812
The writable bit must be ignored if set. The executable bit may be set.
18131813

1814-
Note that support for `uid`, `gid`, and `mode` attributes are not implemented in Docker Compose when the source of the secret is a [`file`](09-secrets.md). This is because bind-mounts used under the hood don't allow uid remapping.
1814+
Note that support for `uid`, `gid`, and `mode` attributes are not implemented in Docker Compose when the source of the secret is a [`file`](secrets.md). This is because bind-mounts used under the hood don't allow uid remapping.
18151815

18161816
The following example sets the name of the `server-certificate` secret file to `server.cert`
18171817
within the container, sets the mode to `0440` (group-readable), and sets the user and group

0 commit comments

Comments
 (0)