Better datastores security
Localhost only exposed ports and stronger password for Postgres local environment instance
This commit is contained in:
@@ -10,7 +10,7 @@ if [[ -n $RUNNING_CONTAINER ]]; then
|
||||
fi
|
||||
|
||||
docker run \
|
||||
-p "6379:6379" \
|
||||
-p "127.0.0.1:6379:6379" \
|
||||
-d \
|
||||
--name "redis_$(date '+%s')" \
|
||||
redis
|
||||
|
||||
Reference in New Issue
Block a user