mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-30 09:16:41 +02:00
10 lines
173 B
YAML
10 lines
173 B
YAML
rest-server:
|
|
image: restic/rest-server
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- ./data:/data
|
|
environment:
|
|
- DISABLE_AUTHENTICATION=true
|
|
restart: unless-stopped
|