Skip to content

Commit

Permalink
fix default compose version obsolete (louislam#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyril59310 authored May 1, 2024
1 parent 5ad42a6 commit 109222f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion extra/templates/mariadb/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.8"
services:
mariadb:
image: mariadb:latest
Expand Down
1 change: 0 additions & 1 deletion extra/templates/nginx-proxy-manager/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.8'
services:
nginx-proxy-manager:
image: 'jc21/nginx-proxy-manager:latest'
Expand Down
1 change: 0 additions & 1 deletion extra/templates/uptime-kuma/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.8'
services:
uptime-kuma:
image: louislam/uptime-kuma:1
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Compose.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ import { BModal } from "bootstrap-vue-next";
import NetworkInput from "../components/NetworkInput.vue";
import dotenv from "dotenv";
const template = `version: "3.8"
const template = `
services:
nginx:
image: nginx:latest
Expand Down

0 comments on commit 109222f

Please sign in to comment.