networkmode is needed for the db

requirements-update
Jukoga 2025-12-16 17:52:28 +01:00
parent f9a5ff3810
commit c2ecdc9bf6
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ services:
unless-stopped
ports:
- "3030:3030"
network_mode: "host"
command: >
sh -c "python manage.py makemigrations blog --noinput &&
python manage.py migrate --noinput &&