fix: stabilize rule config and cross-review backend
This commit is contained in:
@@ -3,15 +3,8 @@ services:
|
||||
image: nginx:1.27-alpine
|
||||
container_name: leaudit-collabora-proxy
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "9981:80"
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- ./conf.d:/etc/nginx/conf.d:ro
|
||||
- ./logs:/var/log/nginx
|
||||
networks:
|
||||
- collabora-proxy
|
||||
|
||||
networks:
|
||||
collabora-proxy:
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user