Skip to main content

Pinedocs

version: '3.3'

services:
  web:
    image: rvbg/pinedocs    #amd64 : xy2z/pinedocs
    ports:
      - 3619:80
    volumes:
      - ./data:/data/pinedocs
    restart: unless-stopped