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