Merge pull request #1563 from lemondjeff/dev

Remove obsolete "version" value from example docker-compose.yml
This commit is contained in:
Adam Warner 2024-04-20 16:31:49 +01:00 committed by GitHub
commit 7e5ab408ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 8 deletions

View File

@ -25,8 +25,6 @@
[Docker-compose](https://docs.docker.com/compose/install/) example:
```yaml
version: "3"
# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
services:
pihole:

View File

@ -1,5 +1,3 @@
version: "3"
services:
# Caddy example derived from Caddy's own example at https://hub.docker.com/_/caddy

View File

@ -1,5 +1,3 @@
version: "3"
# https://github.com/pi-hole/docker-pi-hole/blob/master/README.md
services:

View File

@ -1,5 +1,3 @@
version: "3"
# https://github.com/pi-hole/docker-pi-hole/blob/master/README.md
services: