Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 297 Bytes

File metadata and controls

15 lines (14 loc) · 297 Bytes

Docker compose example:

services:
  update-server:
    image: ghcr.io/opencentauri/cc-update-server:latest
    restart: unless-stopped
    environment:
      - ENCRYPTION_KEY=...
      - ENCRYPTION_IV=...
      - HOST=https://u.opencentauri.cc
    ports:
      - 5515:5000
networks: {}