Skip to content

Commit

Permalink
docs: remove deprecated version attribute from example configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrie158 committed Jul 19, 2024
1 parent 8f3693b commit d87023a
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ versioned for [old versions](https://github.com/dangrie158/dolce/tags).
## Example

```yaml
version: "3"
services:
importantservice:
image: "ubuntu:latest"
Expand Down
1 change: 0 additions & 1 deletion docs/advanced/custom-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ depending on which notification you want to customise. The mount this folder to
points (by default this will be `/var/dolce-custom-templates/`):

```yaml title="docker-compose.yml"
version: "3"
services:
dolce:
image: dangrie158/dolce:v2.10.8
Expand Down
1 change: 0 additions & 1 deletion docs/advanced/reduced-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ means you only need to trust the
which you can also use to hook up other services. Here is a sample configuration file to get you started:

```yaml
version: "3"
services:
dolce:
image: dangrie158/dolce:v2.10.8
Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ easy fashion if you so desire:
## Example

```yaml title="docker-ompose.yml"
version: "3"
services:
dolce:
image: dangrie158/dolce:v2.4.0 # (1)!
Expand Down
1 change: 0 additions & 1 deletion docs/notifiers/apprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ You can configure chat notifications using the following environment variables
## Example

```yaml
version: "3"
services:
apprise: # (1)!
image: caronc/apprise:latest
Expand Down
1 change: 0 additions & 1 deletion docs/notifiers/discord.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ You can configure chat notifications via discord using the following environment
## Example

```yaml
version: "3"
services:
dolce:
image: dangrie158/dolce:v2.10.8
Expand Down
1 change: 0 additions & 1 deletion docs/notifiers/mattermost.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Mattermost is currently supported through [Apprise](./apprise.md). See
An example configuration is:

```yaml
version: "3"
services:
apprise: # (1)!
image: caronc/apprise:latest
Expand Down
1 change: 0 additions & 1 deletion docs/notifiers/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Slack is currently supported through [Apprise](./apprise.md). See
An example configuration is:

```yaml
version: "3"
services:
apprise: # (1)!
image: caronc/apprise:latest
Expand Down
1 change: 0 additions & 1 deletion docs/notifiers/smtp.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ You can configure email notifications via SMTP using the following environment v
## Example

```yaml
version: "3"
services:
dolce:
image: dangrie158/dolce:v2.10.8
Expand Down
1 change: 0 additions & 1 deletion docs/notifiers/telegram.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ You can configure chat notifications using the following environment variables
## Example

```yaml
version: "3"
services:
dolce:
image: dangrie158/dolce:v2.10.8
Expand Down
1 change: 0 additions & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ icon: material/clock-fast
You can simply add dolce as an additional service to your :simple-docker: `docker-compose.yml`.

```yaml title="docker-compose.yml"
version: "3"
services:
importantservice: # (1)!
image: "ubuntu:latest"
Expand Down

0 comments on commit d87023a

Please sign in to comment.