Skip to content

Commit

Permalink
chore: remove deprecated version field from compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jun 13, 2024
1 parent 2fe49cb commit bba702a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions examples/with-proxy-no-websocket/compose.dev.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:
caddy:
image: caddy:2
Expand Down
2 changes: 0 additions & 2 deletions examples/with-proxy/compose.dev-apache.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:
apache:
image: httpd:2.4
Expand Down
2 changes: 0 additions & 2 deletions examples/with-proxy/compose.dev-nginx.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:
nginx:
image: nginx:1.23
Expand Down
2 changes: 0 additions & 2 deletions examples/with-proxy/compose.dev.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:
caddy:
image: caddy:2
Expand Down
2 changes: 0 additions & 2 deletions examples/with-proxy/compose.prod.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:
caddy:
image: caddy:2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:
vite:
restart: 'no'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:
vite:
restart: 'no'
Expand Down

0 comments on commit bba702a

Please sign in to comment.