Add agent fees
This commit is contained in:
@@ -55,7 +55,7 @@ services:
|
||||
- managing-network
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- REDIS_PASSWORD=SuperSecretPassword
|
||||
- REDIS_PASSWORD=
|
||||
command: >
|
||||
sh -c "
|
||||
if [ -n \"$$REDIS_PASSWORD\" ]; then
|
||||
@@ -65,4 +65,4 @@ services:
|
||||
redis-server --appendonly yes
|
||||
redis-cli
|
||||
fi
|
||||
"
|
||||
"SuperSecretPassword
|
||||
Reference in New Issue
Block a user