Skip to content
Snippets Groups Projects
Commit 4b4d03b5 authored by Charlotte Hausman's avatar Charlotte Hausman Committed by Charlotte Hausman
Browse files

nginx docker-compose fix

parent 9fa28626
No related branches found
No related tags found
1 merge request!145nginx docker-compose fix
Pipeline #1047 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