install-linkstack-on-portainer/docker-compose-linkstrack.yml hinzugefügt
This commit is contained in:
parent
607100fe84
commit
d2ba3f36f7
|
@ -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:
|
Loading…
Reference in New Issue