Skip to content

Commit ee92079

Browse files
committed
Update Docker Compose environment variables
Added environment variables for QUEUETTL, SERVERPINGTO, and SERVERPROVIDER in Docker Compose instructions.
1 parent 5db79bf commit ee92079

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)