Fix port
This commit is contained in:
parent
ba2343e658
commit
99221fbd5b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ services:
|
||||||
container_name: tinyauth
|
container_name: tinyauth
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- '8020:80'
|
- '8020:3000'
|
||||||
environment:
|
environment:
|
||||||
- APP_URL="${TINYAUTH_URL}"
|
- APP_URL="${TINYAUTH_URL}"
|
||||||
- USERS="${AUTH_USER_PASSWORD}"
|
- USERS="${AUTH_USER_PASSWORD}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue