1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 02:31:31 +00:00
dockerfiles/webdis/docker-compose.yml

13 lines
231 B
YAML
Raw Normal View History

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