From a74e741e7497763715e6bd3434e1a193918b88ef Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 13 Jul 2023 13:51:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0docker=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1f048ac..dd44c76 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: networks: - app command: - cd /home/daily && python3 main.py' + cd /home/daily && python3 main.py networks: app: driver: bridge \ No newline at end of file