Skip to content

Commit 02679f1

Browse files
committed
fix readme
1 parent c2e6589 commit 02679f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ VOLUME_PATH=/mnt/docker/nextcloud
3939

4040
## Network
4141

42-
To create a named Docker network for containers, specify the network name and options in the `docker-compose` file.
42+
To create a named Docker network for containers, specify the network name and options in the `docker-compose.yml` file.
4343

4444
For example:
4545

@@ -50,7 +50,7 @@ networks:
5050
driver: bridge
5151
```
5252
53-
> By defining the default network, all services in the Compose file will use this network unless explicitly assigned to another one.
53+
> By defining the default network, all services in the `docker-compose.yml` file will use this network unless explicitly assigned to another one.
5454

5555
## Time Zone and PUID/PGID
5656

0 commit comments

Comments
 (0)