Sign inSign up

reinca/uguu

By reinca

•Updated 9 months ago

https://github.com/nokonoko/Uguu This will be used until the official images are released.

Image
0

1.4K

reinca/uguu repository overview

  uguu:
    image: reinca/uguu:latest
    container_name: uguu
    restart: unless-stopped
    ports:
      - 8080:8080
    volumes:
      - ./config.json:/app/dist/config.json
      - ./config.json:/app/src/config.json
      - ./db:/var/www/db
      - ./files:/var/www/files

  sfs:
    image: halverneus/static-file-server:latest
    ports:
      - 8081:8080
    volumes:
      - ./files:/web
    environment:
      - ALLOW_INDEX=false
      - SHOW_LISTING=false
  • Set config file refer to github original https://github.com/nokonoko/Uguu/blob/master/src/config.json
  • Set Static File Server host as reverse proxy(Subdomain or Subdirectory)

Tag summary

Content type

Image

Digest

sha256:cb6197009…

Size

94 MB

Last updated

9 months ago

docker pull reinca/uguu