Added Docker Command
This commit is contained in:
		
							
								
								
									
										9
									
								
								docker.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								docker.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
docker volume create gotify-data
 | 
			
		||||
 
 | 
			
		||||
docker run \
 | 
			
		||||
    -p 80:80 \
 | 
			
		||||
    -e TZ="Europe/Berlin" \
 | 
			
		||||
    -v gotify-data:/app/data \
 | 
			
		||||
    --restart=always \
 | 
			
		||||
    --name=Gotify \
 | 
			
		||||
    gotify/server
 | 
			
		||||
		Reference in New Issue
	
	Block a user