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:80
restart: unless-stopped
volumes:
linkstack_data:
Go to http://localhost:8085
to finish setup.
Later, go to http://localhost:8085/dashboard
to change config.