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:
 | 
			
		||||
  gotty-docker:
 | 
			
		||||
    container_name: gotty-docker
 | 
			
		||||
    image: byreqz/gotty-docker:latest
 | 
			
		||||
    container_name: gotty
 | 
			
		||||
    image: byreqz/gotty:latest
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    ports:
 | 
			
		||||
     - 1234:1234
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user