diff --git a/docker-compose.yml b/docker-compose.yml index ded697e4..3dde71b4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,9 @@ services: command: gunicorn app:api -b 0.0.0.0:8000 --timeout 600 --workers=4 volumes: - type: bind + # Linux Host + # source: /upload + # Windows Host source: c:\upload target: /var/www/html/admin/upload restart: always @@ -38,6 +41,9 @@ services: test: [ "CMD","nginx","-t" ] volumes: - type: bind + # Linux Host + # source: /upload + # Windows Host source: c:\upload target: /var/www/html/admin/upload restart: always