Skip to content
Snippets Groups Projects

nginx docker-compose fix

Merged Charlotte Hausman requested to merge step-complete-messaging2 into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -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
Loading