1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00
dockerfiles/webdis/docker-compose.yml
2019-04-18 00:38:22 +08:00

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