Skip to content

Commit 4d917b5

Browse files
authored
Update Docker Compose environment variables
Added environment variables for QUEUETTL, SERVERPINGTO, and SERVERPROVIDER in Docker Compose instructions.
1 parent 1110ec4 commit 4d917b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ docker container run --name g5api \
8686
-e USEREDIS="true" \
8787
-e UPLOADDEMOS="" \
8888
-e LOCALLOGINS="" \
89+
-e QUEUETTL="" \
90+
-e SERVERPINGTO="" \
91+
-e SERVERPROVIDER="local"
8992
yourname\g5api:latest
9093
```
9194

0 commit comments

Comments
 (0)