mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
Backport #25771 by @leavesster --- according `docker/rootless/usr/local/bin/docker-setup.sh` , in rootless docker setup, ssh port is 2222. and mysql database case should port same as PostgreSQL port Co-authored-by: leavesster <[email protected]>
This commit is contained in:
committed by
GitHub
co-authored by
leavesster
parent
38f11e8f48
commit
388e6dbe9f
@@ -119,7 +119,7 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
- "222:22"
|
- "2222:2222"
|
||||||
+ depends_on:
|
+ depends_on:
|
||||||
+ - db
|
+ - db
|
||||||
+
|
+
|
||||||
|
|||||||
Reference in New Issue
Block a user