From 6ec66c746e118c4e52540ac578fcbf013463c865 Mon Sep 17 00:00:00 2001 From: trevor Date: Sat, 28 Dec 2024 12:28:00 +0900 Subject: [PATCH] port change --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d31e3dff..5bdee991 100644 --- a/.drone.yml +++ b/.drone.yml @@ -59,7 +59,7 @@ services: MYSQL_PASSWORD: touchh command: ['python3', 'manage.py', 'runserver', '0.0.0.0:8000'] ports: - - "8000:8000" + - port: 8000 depends_on: - db