Change port from 8080 to 806 to match v1 configuration
This commit is contained in:
parent
8243ee1a92
commit
10b3f92cdd
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ services:
|
|||
container_name: mad-lawsuit-v2
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "806:80"
|
||||
volumes:
|
||||
- ./storage/app/public/documents:/var/www/html/storage/app/public/documents
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue