fix: add right env variables to docker compose
This commit is contained in:
parent
ae1549c8da
commit
9a51991833
@ -2,6 +2,8 @@ services:
|
|||||||
paste:
|
paste:
|
||||||
environment:
|
environment:
|
||||||
URL: "localhost:58080"
|
URL: "localhost:58080"
|
||||||
|
AUTH_USERNAME: "admin"
|
||||||
|
AUTH_PASSWORD: "admin"
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "58080:8080"
|
- "58080:8080"
|
||||||
|
Loading…
Reference in New Issue
Block a user