From dd6f022c94fa9acfc4caa6d03fbc946c10541527 Mon Sep 17 00:00:00 2001 From: nono Date: Mon, 12 Jan 2026 11:13:13 +0000 Subject: [PATCH] simplify docker debian readme --- docker-debian/README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/docker-debian/README.md b/docker-debian/README.md index 2ccd038..806d442 100644 --- a/docker-debian/README.md +++ b/docker-debian/README.md @@ -1,21 +1,4 @@ -# 🐳 Docker Setup Script for Debian - -This script automates the installation of Docker and optionally helps you set up a working directory and a `compose.yaml` as well as a `.env` file. - ---- - -## 🚀 How to Use - -run the following script - ```bash wget -qO docker-debian.sh https://gitea.featherer.xyz/nono/Scripts/raw/branch/main/docker-debian/docker-debian.sh source docker-debian.sh -``` - -Or when run locally (using your own ip address) - -```bash -wget -qO docker-debian.sh http://10.1.0.102:3000/nono/Scripts/raw/branch/main/docker-debian/docker-debian.sh -source docker-debian.sh -``` +``` \ No newline at end of file