Skip to content
Snippets Groups Projects
Commit 94e13c2f authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

fixing error in the docker-compose and setting the upload size to 500M

parent e40f76b4
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ services: ...@@ -58,7 +58,7 @@ services:
- "vhost:/etc/nginx/vhost.d" - "vhost:/etc/nginx/vhost.d"
- "certs:/etc/nginx/certs" - "certs:/etc/nginx/certs"
- "/run/docker.sock:/tmp/docker.sock:ro" - "/run/docker.sock:/tmp/docker.sock:ro"
- "my_proxy.conf:/etc/nginx/conf.d/my_proxy.conf:ro" - "./myproxy.conf:/etc/nginx/conf.d/my_proxy.conf:ro"
restart: "always" restart: "always"
ports: ports:
- "80:80" - "80:80"
......
client_max_body_size 100m; client_max_body_size 500m;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment