port change

This commit is contained in:
2024-12-28 12:28:00 +09:00
parent 2193c69761
commit 6ec66c746e

View File

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