install-linkstack-on-portainer/docker-compose-linkstrack.yml hinzugefügt

This commit is contained in:
M_Viper 2024-02-13 05:35:02 +00:00
parent 607100fe84
commit d2ba3f36f7
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
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: