1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/webdis/docker-compose.yml

13 lines
231 B
YAML
Raw Normal View History

2019-04-17 18:38:22 +02:00
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