Skip to content

Instantly share code, notes, and snippets.

@OSCUK
Last active March 27, 2024 13:38
Show Gist options
  • Save OSCUK/90ff23486eac7f3154a004df3d094d57 to your computer and use it in GitHub Desktop.
Save OSCUK/90ff23486eac7f3154a004df3d094d57 to your computer and use it in GitHub Desktop.
LinkStack
version: '3.3'
services:
linkstack:
container_name: linkstack
hostname: linkstack
environment:
- HTTP_SERVER_NAME=osc.uk
- HTTPS_SERVER_NAME=osc.uk
- SERVER_ADMIN=me@osc.uk
- TZ=Europe/London
- PHP_MEMORY_LIMIT=512M
- UPLOAD_MAX_FILESIZE=50M
ports:
- '8011:80'
- '4435:443'
volumes:
- linkstack:/htdocs
restart: unless-stopped
image: linkstackorg/linkstack:latest
volumes:
linkstack:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment