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
ae40101dd4
commit
3d737d3565
1 changed files with 2 additions and 2 deletions
|
|
@ -186,7 +186,6 @@ users.users.death916 = {
|
|||
|
||||
c2c-scraper = {
|
||||
image = "death916/c2cscrape:latest";
|
||||
dns = [ "8.8.8.8" ];
|
||||
volumes = [
|
||||
"/media/storage/media/books/audio/podcasts/C2C:/downloads"
|
||||
"/media/storage/media/docker/volumes/c2cscrape:/app/data"
|
||||
|
|
@ -196,7 +195,8 @@ users.users.death916 = {
|
|||
};
|
||||
autoStart = true; # Consider adding if not already present
|
||||
# removeContainer = false;
|
||||
# extraOptions = [ "--restart=unless-stopped" ]; # Consider adding
|
||||
extraOptions = [ "--dns=8.8.8.8"
|
||||
];
|
||||
};
|
||||
|
||||
adguardhome = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue