Skip to content

Commit

Permalink
Revert "Maintenance: Remove obsolete version field from docker-compos…
Browse files Browse the repository at this point in the history
…e.yml files. (#415)"

This reverts commit 0384912.
  • Loading branch information
mgruner committed Jun 7, 2024
1 parent 0384912 commit 28c83e6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .examples/proxy/docker-compose.proxy-example.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
version: "2"

services:
zammad-nginx:
environment:
Expand Down
2 changes: 2 additions & 0 deletions .examples/proxy/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
version: '2'

services:
frontend:
image: jwilder/nginx-proxy:alpine
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.override-local.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
version: '3'

services:

zammad-init:
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
version: '3'

services:

zammad-nginx:
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
version: '3.8'

x-shared:
zammad-service: &zammad-service
environment: &zammad-environment
Expand Down

0 comments on commit 28c83e6

Please sign in to comment.