docker-portainer/install-linkstack-on-portainer/docker-compose-linkstrack.yml

22 lines
589 B
YAML
Raw Normal View History

version: '3.3'
services:
linkstack:
container_name: linkstack
hostname: linkstack
environment:
- HTTP_SERVER_NAME=link.viper.ipv64.net
- HTTPS_SERVER_NAME=link.viper.ipv64.net
- SERVER_ADMIN=admin@m-viper.de
- TZ=Europe/Berlin
- 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: