mirror of
https://github.com/louislam/dockge.git
synced 2024-11-21 15:53:34 +01:00
fix default compose version obsolete (#507)
This commit is contained in:
parent
5ad42a6dab
commit
109222f024
@ -1,4 +1,3 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
mariadb:
|
||||
image: mariadb:latest
|
||||
|
@ -1,4 +1,3 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
nginx-proxy-manager:
|
||||
image: 'jc21/nginx-proxy-manager:latest'
|
||||
|
@ -1,4 +1,3 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user