Skip to content

Commit

Permalink
fixed configmanager volume issue
Browse files Browse the repository at this point in the history
  • Loading branch information
valvolt authored Jul 2, 2024
1 parent 200c6cf commit 9fe5ee5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ services:
build: configmanager
image: configmanager
volumes:
- ./configmanager/data:/data

- ./configmanager/data:/data
- configvolume:/data/blocklist

proxy:
container_name: proxy
build: proxy
Expand Down Expand Up @@ -40,3 +41,6 @@ services:
container_name: clone
build: clone
image: clone

volumes:
configvolume: {}

0 comments on commit 9fe5ee5

Please sign in to comment.