Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array Items must be unique #1765

Open
tvann2182 opened this issue May 21, 2024 · 0 comments
Open

Array Items must be unique #1765

tvann2182 opened this issue May 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tvann2182
Copy link

Bug report

Describe the bug
error when trying to add the overseer app via overrrides
services.overseerr.volumes array items[2,4] must be unique

To Reproduce
Steps to reproduce the behavior:

Add the override for overseer on the docker-compose.overide.yml

overseerr:
container_name: overseerr
environment:
- PGID=${PGID}
- PUID=${PUID}
- TZ=${TZ}
hostname: ${DOCKERHOSTNAME}
image: ghcr.io/hotio/overseerr:latest
logging:
driver: json-file
options:
max-file: ${DOCKERLOGGING_MAXFILE}
max-size: ${DOCKERLOGGING_MAXSIZE}
ports:
- 5055:5055
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/overseerr:/config
- ${DOCKERSTORAGEDIR}:/storage

then enter in terminal ds -c up overseer

get the output of validating /home/thomas/.docker/compose/docker-compose.override.yml: services.overseerr.volumes array items[2,4] must be unique

Expected behavior
edit the compose override file per dockstarter site and it working without issues

Screenshots
If applicable, add screenshots to help explain your problem.
Screenshot 2024-05-21 184226

System
(please complete the following information):

  • OS: Ubuntu
  • Version 22.04 LTS
@tvann2182 tvann2182 added the bug Something isn't working label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant