fix: Fixes indentation errors.

This commit is contained in:
2025-11-28 23:13:01 -05:00
parent aebe05071d
commit 2395f3bb66

View File

@@ -230,21 +230,21 @@ services:
# - 8191:8191
restart: unless-stopped
jellyseerr:
container_name: jellyseerr
image: fallenbagel/jellyseerr:latest
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
volumes:
- ./jellyseerr:/app/config
ports:
- 5055:5055
networks:
servarrnetwork:
ipv4_address: 172.39.0.9
restart: unless-stopped
jellyseerr:
container_name: jellyseerr
image: fallenbagel/jellyseerr:latest
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
volumes:
- ./jellyseerr:/app/config
ports:
- 5055:5055
networks:
servarrnetwork:
ipv4_address: 172.39.0.9
restart: unless-stopped
# Newer additions to this stack feel. Remove the '#' to add the service.
#