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
|
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue