fix default compose version obsolete (#507)

This commit is contained in:
Cyril59310 2024-05-01 05:20:13 +02:00 committed by GitHub
parent 5ad42a6dab
commit 109222f024
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,3 @@
version: "3.8"
services:
mariadb:
image: mariadb:latest

View File

@ -1,4 +1,3 @@
version: '3.8'
services:
nginx-proxy-manager:
image: 'jc21/nginx-proxy-manager:latest'

View File

@ -1,4 +1,3 @@
version: '3.8'
services:
uptime-kuma:
image: louislam/uptime-kuma:1

View File

@ -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