Skip to main content

Linkstack

version: "3.8"

services:

  linkstack:
    hostname: 'linkstack'
    image: 'linkstackorg/linkstack:latest'
    environment:
      TZ: 'Europe/Paris'
      SERVER_ADMIN: 'admin@example.com'
      HTTP_SERVER_NAME: 'example.com'
      HTTPS_SERVER_NAME: 'example.com'
      LOG_LEVEL: 'info'
      PHP_MEMORY_LIMIT: '256M'
      UPLOAD_MAX_FILESIZE: '8M'
    volumes:
      - linkstack_data:/htdocs #don't change
    ports:
      - 8085:80 #og 80:80
      - 4440:443 #og 443:443
    restart: unless-stopped

volumes:
  linkstack_data:

In your reverse proxy, use https scheme and port 4440

Go to https://example.com to finish setup.
Later, go to https://example.com/dashboard to change config.