fix: Fixes indentation errors.
This commit is contained in:
30
compose.yaml
30
compose.yaml
@@ -230,21 +230,21 @@ services:
|
|||||||
# - 8191:8191
|
# - 8191:8191
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
jellyseerr:
|
jellyseerr:
|
||||||
container_name: jellyseerr
|
container_name: jellyseerr
|
||||||
image: fallenbagel/jellyseerr:latest
|
image: fallenbagel/jellyseerr:latest
|
||||||
environment:
|
environment:
|
||||||
- PUID=${PUID}
|
- PUID=${PUID}
|
||||||
- PGID=${PGID}
|
- PGID=${PGID}
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
volumes:
|
volumes:
|
||||||
- ./jellyseerr:/app/config
|
- ./jellyseerr:/app/config
|
||||||
ports:
|
ports:
|
||||||
- 5055:5055
|
- 5055:5055
|
||||||
networks:
|
networks:
|
||||||
servarrnetwork:
|
servarrnetwork:
|
||||||
ipv4_address: 172.39.0.9
|
ipv4_address: 172.39.0.9
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
# Newer additions to this stack feel. Remove the '#' to add the service.
|
# Newer additions to this stack feel. Remove the '#' to add the service.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user