1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/rest-server/docker-compose.yml

10 lines
173 B
YAML
Raw Normal View History

2019-12-30 10:49:09 +00:00
rest-server:
image: restic/rest-server
ports:
- "8000:8000"
volumes:
- ./data:/data
environment:
- DISABLE_AUTHENTICATION=true
restart: unless-stopped