service configurations for desearch.cc
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
179 B

  1. version: "3"
  2. services:
  3. wiki:
  4. image: ghcr.io/requarks/wiki:2
  5. restart: unless-stopped
  6. ports:
  7. - 8090:3000
  8. volumes:
  9. - ./app/config.yml:/wiki/config.yml