Gitea with Let's Encrypt in a Docker Compose
This commit is contained in:
parent
51b8a84179
commit
bfadd40ad7
@ -9,8 +9,8 @@
|
||||
# Follow me on Instagram: https://www.instagram.com/heyvaldemar/
|
||||
# Follow me on Facebook: https://www.facebook.com/heyValdemarFB/
|
||||
# Follow me on TikTok: https://www.tiktok.com/@heyvaldemar
|
||||
# Follow me on [LinkedIn](https://www.linkedin.com/in/heyvaldemar/)
|
||||
# Follow me on [GitHub](https://github.com/heyvaldemar)
|
||||
# Follow me on LinkedIn: https://www.linkedin.com/in/heyvaldemar/
|
||||
# Follow me on GitHub: https://github.com/heyvaldemar
|
||||
|
||||
# Communication
|
||||
# Chat with IT pros on Discord: https://discord.gg/AJQGCCBcqf
|
||||
@ -61,6 +61,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
gitea:
|
||||
# Image tag (replace with yours)
|
||||
image: gitea/gitea:1.17
|
||||
volumes:
|
||||
- gitea-data:/data
|
||||
|
Loading…
x
Reference in New Issue
Block a user