Update Forgejo to v9.0.3 and create new volume
This commit is contained in:
parent
f7dc62a6f1
commit
d0fb26045a
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: codeberg.org/forgejo/forgejo:9
|
image: codeberg.org/forgejo/forgejo:9.0.3
|
||||||
container_name: ark
|
container_name: ark
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
|
@ -15,6 +15,7 @@ services:
|
||||||
- ./forgejo:/data
|
- ./forgejo:/data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /etc/hosts:/etc/hosts # See https://ark.sudovanilla.org/Infrastructure#network
|
||||||
ports:
|
ports:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
- '222:22'
|
- '222:22'
|
||||||
|
|
Loading…
Add table
Reference in a new issue