mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	docs: rootless docker ssh's default port is 2222 (#25771)
This commit is contained in:
		@@ -119,7 +119,7 @@ services:
 | 
			
		||||
      - /etc/localtime:/etc/localtime:ro
 | 
			
		||||
    ports:
 | 
			
		||||
      - "3000:3000"
 | 
			
		||||
      - "222:22"
 | 
			
		||||
      - "2222:2222"
 | 
			
		||||
+    depends_on:
 | 
			
		||||
+      - db
 | 
			
		||||
+
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user