mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
dns for c2c
This commit is contained in:
parent
cab9d1c1f9
commit
ae40101dd4
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ users.users.death916 = {
|
|||
|
||||
c2c-scraper = {
|
||||
image = "death916/c2cscrape:latest";
|
||||
dns = "8.8.8.8";
|
||||
dns = [ "8.8.8.8" ];
|
||||
volumes = [
|
||||
"/media/storage/media/books/audio/podcasts/C2C:/downloads"
|
||||
"/media/storage/media/docker/volumes/c2cscrape:/app/data"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue