Skip to content

Commit

Permalink
Maintenance: Unify docker compose versions to more recent 3.8 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed Jun 7, 2024
1 parent 0cd4639 commit 7ea30cb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .examples/proxy/docker-compose.proxy-example.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: "2"
version: "3.8"

services:
zammad-nginx:
Expand Down
2 changes: 1 addition & 1 deletion .examples/proxy/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: '2'
version: '3.8'

services:
frontend:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.override-local.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: '3'
version: '3.8'

services:

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: '3'
version: '3.8'

services:

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: '3'
version: '3.8'

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

0 comments on commit 7ea30cb

Please sign in to comment.