Change port from 8080 to 806 to match v1 configuration

This commit is contained in:
TheMaddax 2025-12-19 22:09:32 -07:00
parent 8243ee1a92
commit 10b3f92cdd

View file

@ -8,7 +8,7 @@ services:
container_name: mad-lawsuit-v2 container_name: mad-lawsuit-v2
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8080:80" - "806:80"
volumes: volumes:
- ./storage/app/public/documents:/var/www/html/storage/app/public/documents - ./storage/app/public/documents:/var/www/html/storage/app/public/documents
environment: environment: