diff --git a/docker-compose.prod.yaml b/docker-compose.prod.yaml index 1495e6c..bcf73fc 100644 --- a/docker-compose.prod.yaml +++ b/docker-compose.prod.yaml @@ -21,7 +21,7 @@ services: env_file: - ./.env.prod.db nginx: - build: nginx + image: nginx restart: unless-stopped volumes: - static_volume:/home/app/web/staticfiles