We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e6589 commit 02679f1Copy full SHA for 02679f1
README.md
@@ -39,7 +39,7 @@ VOLUME_PATH=/mnt/docker/nextcloud
39
40
## Network
41
42
-To create a named Docker network for containers, specify the network name and options in the `docker-compose` file.
+To create a named Docker network for containers, specify the network name and options in the `docker-compose.yml` file.
43
44
For example:
45
@@ -50,7 +50,7 @@ networks:
50
driver: bridge
51
```
52
53
-> By defining the default network, all services in the Compose file will use this network unless explicitly assigned to another one.
+> By defining the default network, all services in the `docker-compose.yml` file will use this network unless explicitly assigned to another one.
54
55
## Time Zone and PUID/PGID
56
0 commit comments