mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
13 lines
231 B
YAML
13 lines
231 B
YAML
webdis:
|
|
image: anapsix/webdis
|
|
ports:
|
|
- "7379:7379"
|
|
environment:
|
|
- REDIS_HOST=x.x.x.x
|
|
- REDIS_PORT=6379
|
|
- REDIS_AUTH=null
|
|
- DATABASE=0
|
|
- HTTP_HOST=0.0.0.0
|
|
- HTTP_PORT=7379
|
|
restart: unless-stopped
|