mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-28 10:10:42 +02:00
fix compose file
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
server:
|
||||
gitea:
|
||||
container_name: gitea
|
||||
image: gitea/gitea:1.16.9-rootless
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- gitea_data:/var/lib/gitea
|
||||
- gitea_config:/etc/gitea
|
||||
|
||||
Reference in New Issue
Block a user