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:
|
||||
server:
|
||||
image: codeberg.org/forgejo/forgejo:9
|
||||
image: codeberg.org/forgejo/forgejo:9.0.3
|
||||
container_name: ark
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
|
@ -15,6 +15,7 @@ services:
|
|||
- ./forgejo:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/hosts:/etc/hosts # See https://ark.sudovanilla.org/Infrastructure#network
|
||||
ports:
|
||||
- '3000:3000'
|
||||
- '222:22'
|
||||
|
|
Loading…
Add table
Reference in a new issue