fixes and updates to podman_gitea
This commit is contained in:
@@ -8,7 +8,7 @@ Environment=USER_UID=1000 USER_GID=1000 GITEA__database__DB_TYPE=postgres GITEA_
|
||||
Image=docker.gitea.com/gitea:1.23.7
|
||||
Network=gitea.network
|
||||
PublishPort=3000:3000
|
||||
PublishPort=2222:22
|
||||
PublishPort=2222:2222
|
||||
SecurityLabelDisable=true
|
||||
Volume=/home/gitea/gitea_data:/data
|
||||
Volume=/etc/localtime:/etc/localtime:ro
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[Network]
|
||||
IPv6=true
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
Reference in New Issue
Block a user