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 80:80443:443
restart: unless-stopped
volumes:
linkstack_data:
In your reverse proxy, use https
scheme and port 4440
Go to
to finish setup.http:https://localhost:8085example.com
Later, go to
to change config.http:https://localhost:8085/example.com/dashboard