Skip to content

Commit

Permalink
add memory backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Hgherzog committed Oct 19, 2024
1 parent e834a3c commit 390605c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ services:
command:
- "-scheme"
- "http"
- "-backend"
- "memory"
- "-public-host"
- "localhost:4443"
volumes:
- ./test-data/fakegcs:/data
restart: unless-stopped
Expand Down

0 comments on commit 390605c

Please sign in to comment.