You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added this in to manage all the other containers in one spot.
I did however, run into an issue of the user acoount providing a NGINX bad gateway error. Commenting those out fixed the issue
organizr:
image: organizr/organizr
container_name: organizr
environment:
# - PUID=${PUID} # default user id, defined in .env
# - PGID=${PGID} # default group id, defined in .env
- TZ=${TZ} # timezone, defined in .env
- fpm=true #true or false | using true will provide better performance
- branch=v2-master #v2-master or #v2-develop
volumes:
- /media/config/organizr:/config
ports:
- 80:80
restart: unless-stopped
The text was updated successfully, but these errors were encountered:
I added this in to manage all the other containers in one spot.
I did however, run into an issue of the user acoount providing a NGINX bad gateway error. Commenting those out fixed the issue
The text was updated successfully, but these errors were encountered: