mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01: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 <11785335+leavesster@users.noreply.github.com>
This commit is contained in:
parent
91dadedddf
commit
68a3961bf1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in a new issue