removed error by making volumes external :(
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user