Skip to content
Snippets Groups Projects
Commit 2ff6f2d0 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

nginx docker-compose fix

parent c1a8b488
No related branches found
No related tags found
No related merge requests found
Pipeline #1045 passed
......@@ -5,6 +5,8 @@ services:
restart: always
ports:
- "4444:80"
depends_on:
- frontend
command: nginx -g "daemon off;"
volumes:
- ./apps/web/ws-nginx.local.conf:/etc/nginx/conf.d/default.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment