mirror of
				https://github.com/byReqz/gotty-docker.git
				synced 2025-11-03 19:11:30 +00:00 
			
		
		
		
	fix container name
This commit is contained in:
		@@ -2,8 +2,8 @@ version: '2.3'
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  gotty-docker:
 | 
					  gotty-docker:
 | 
				
			||||||
    container_name: gotty-docker
 | 
					    container_name: gotty
 | 
				
			||||||
    image: byreqz/gotty-docker:latest
 | 
					    image: byreqz/gotty:latest
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
     - 1234:1234
 | 
					     - 1234:1234
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user