From 35c605f048c1cfa25f873bb042d2c57fedb9e292 Mon Sep 17 00:00:00 2001 From: augushong Date: Fri, 19 Apr 2024 15:37:31 +0800 Subject: [PATCH] =?UTF-8?q?docker=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=90=AF=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 532f27a..08211a4 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ docker build -t ulthon/ulthon_admin:202404071454 . ``` docker run -d \ +--restart=always \ -p 88:80 \ -v /data/ulthon_admin/runtime:/var/www/html/runtime \ -v /data/ulthon_admin/storage:/var/www/html/public/storage \