feat: update example compose, change default redirect

This commit is contained in:
httpjamesm 2022-12-28 11:57:08 -05:00
parent d92edafb03
commit d664899ab6
2 changed files with 4 additions and 2 deletions

View file

@ -6,6 +6,8 @@ services:
build:
context: .
network: 'host'
environment:
- APP_URL=https://domain.com
ports:
- '80:8080'
restart: 'always'