install-linkstack-on-portainer/docker-compose-linkstrack.yml hinzugefügt
This commit is contained in:
		
							
								
								
									
										22
									
								
								install-linkstack-on-portainer/docker-compose-linkstrack.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								install-linkstack-on-portainer/docker-compose-linkstrack.yml
									
									
									
									
									
										Normal 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:
 | 
			
		||||
		Reference in New Issue
	
	Block a user