Compare commits

..

No commits in common. "86a95198ae27ce3b568dc3826883bdfcbca3e8f6" and "240ba469c9898d45fcc4032df52a8fe3f41e49fe" have entirely different histories.

4 changed files with 4 additions and 19 deletions

View file

@ -18,7 +18,7 @@ services:
capabilities: [gpu]
open-webui:
image: ghcr.io/open-webui/open-webui:0.3.7
image: ghcr.io/open-webui/open-webui:v0.3.6
container_name: open-webui
restart: unless-stopped
ports:

View file

@ -57,7 +57,7 @@ services:
- PGID=1000
sonarr:
image: ghcr.io/linuxserver/sonarr@sha256:782a911f0f3e9ad3a9cf39292e1d43b8a184cb989d7edc4abc8d8480b221b5aa
image: ghcr.io/linuxserver/sonarr@sha256:275467ba17d990bbc6301dec3cc76b042969836749de39067818759d0f3b407f
container_name: sonarr
ports:
- "8989:8989"
@ -157,21 +157,6 @@ services:
- 21027:21027/udp
restart: unless-stopped
code-server:
image: ghcr.io/linuxserver/code-server@sha256:086c9625a89bec4ea651cea26ee5ec7c242fe3d318fdc9142fd89b091bae04e6
container_name: code-server
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- SUDO_PASSWORD=$SUDO_PASSWORD
- PROXY_DOMAIN=$PROXY_DOMAIN
volumes:
- /docker/appdata/code-server/config:/config
ports:
- 8443:8443
restart: unless-stopped
networks:
default:
name: arrs_default

View file

@ -32,7 +32,7 @@ services:
- VPN_USER=mafyuh+pmp
- VPN_PASS=
- STRICT_PORT_FORWARD=yes
- LAN_NETWORK=$LAN_NETWORK
- LAN_NETWORK=10.0.0.0/24,10.69.69.0/24
- ENABLE_PRIVOXY=yes
- PUID=1000
- PGID=1000

View file

@ -1,7 +1,7 @@
---
services:
netbootxyz:
image: ghcr.io/linuxserver/netbootxyz@sha256:4a0570dbc6128fae6db3366b52310e4ed6394e68e5183dbf9c18e1055c3058f3
image: ghcr.io/linuxserver/netbootxyz@sha256:dce6b2c729611f1090f2e6479b764d98aef24cc340d018d923fa6678fcbf330e
container_name: netboot
environment:
- PUID=1000