1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/rest-server/docker-compose.yml

10 lines
173 B
YAML
Raw Normal View History

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