commented out plex

This commit is contained in:
2023-05-27 13:57:31 -05:00
parent bd8910842e
commit d8fe56bb5c

View File

@@ -256,18 +256,18 @@ services:
- ./appdata/organizr/config:/config
- /etc/localtime:/etc/localtime:ro
overseerr:
container_name: overseerr
image: sctx/overseerr:latest
environment:
- LOG_LEVEL=info
- TZ=${TZ}
ports:
- 5055:5055
restart: always
volumes:
- ./appdata/overseerr/config:/app/config
- /etc/localtime:/etc/localtime:ro
# overseerr:
# container_name: overseerr
# image: sctx/overseerr:latest
# environment:
# - LOG_LEVEL=info
# - TZ=${TZ}
# ports:
# - 5055:5055
# restart: always
# volumes:
# - ./appdata/overseerr/config:/app/config
# - /etc/localtime:/etc/localtime:ro
# plex:
# container_name: plex