Show pageOld revisionsBacklinksFold/unfold allBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. <codeprism lang=yaml> --- services: cops: image: lscr.io/linuxserver/cops:latest container_name: cops environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC volumes: - ./config:/config - ./data:/books ports: - 8080:80 - 8081:443 restart: unless-stopped </codeprism> selfhosted/cops.txt Last modified: 2024/06/07 01:48by root1