This repository contains docker and docker-compose files to simulate the infrastructure required by gnuviechadmin components.
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- #!/bin/sh
-
- set -e
-
- su -s /bin/sh -c '/usr/bin/redis-server /etc/redis/redis.conf' redis
|