From 7a20c4ff3dcf30f78a29cb458f6e94fdc8b3bc05 Mon Sep 17 00:00:00 2001 From: poslop Date: Sun, 11 Feb 2024 00:20:28 -0600 Subject: [PATCH] removed error by making volumes external :( --- docker-compose.yml | 48 ++++++++++++---------------------------------- 1 file changed, 12 insertions(+), 36 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ce9a58c..2aaec78 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,40 +12,6 @@ networks: name: arr services: - firefox: - image: lscr.io/linuxserver/firefox:latest - container_name: firefox - security_opt: - - seccomp:unconfined #optional - environment: - - PUID=1000 - - PGID=1000 - - TZ=Etc/UTC - volumes: - - firefox:/config - ports: - - 3003:3000 - - 3004:3001 - shm_size: "1gb" - restart: unless-stopped - - librewolf: - image: d3ec5f138a5c - container_name: librewolf - security_opt: - - seccomp:unconfined #optional - environment: - - PUID=1000 - - PGID=1000 - - TZ=Etc/UTC - volumes: - - librewolf-conf:/config - ports: - - 3000:3000 - - 3001:3001 - shm_size: "10gb" - restart: unless-stopped - syncthing: image: lscr.io/linuxserver/syncthing:latest container_name: syncthing @@ -308,10 +274,10 @@ services: volumes: - jellyfin:/config - /mnt/massdrive/media:/data - # ports: + ports: # - 7359:7359/udp # - 1900:1900/udp - # - 8096:8096 + - 8096:8096 restart: unless-stopped networks: - swag @@ -373,38 +339,48 @@ volumes: name: caddy_set vaultwarden: name: vaultwarden + external: true qbittorrent: name: qbittorrent + external: true shoko: name: shoko + external: true ariang: name: ariang puffer-config: name: puffer-config + external: true puffer-lib: name: puffer-lib searxng: name: searxng + external: true jellyfin: name: jellyfin gitea: name: gitea technitium: name: technitium + external: true sonarr: name: sonarr + external: true prowlarr: name: prowlarr + external: true nextcloud_aio_mastercontainer: name: nextcloud_aio_mastercontainer bitmonero: name: bitmonero p2pool-data: name: p2pool-data + external: true swag: name: swag syncdata: name: syncdata + external: true librewolf-conf: name: librewolf-conf firefox: