fix compose file
This commit is contained in:
parent
c29706d212
commit
09e9d79688
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
version: "3.8"
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
gitea:
|
||||||
|
container_name: gitea
|
||||||
image: gitea/gitea:1.16.9-rootless
|
image: gitea/gitea:1.16.9-rootless
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- gitea_data:/var/lib/gitea
|
- gitea_data:/var/lib/gitea
|
||||||
- gitea_config:/etc/gitea
|
- gitea_config:/etc/gitea
|
||||||
|
|
Loading…
Add table
Reference in a new issue