Gitea with Let's Encrypt Using Docker Compose

This commit is contained in:
Vladimir Mikhalev 2023-09-03 15:31:19 -04:00 committed by GitHub
parent 05e98b60bd
commit dd8ec656d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
# The complete installation guide is available on my https://www.heyvaldemar.com/install-gitea-using-docker-compose/
# Change variables in the `.env` to meet your requirements.
# Note that the .env file should be in the same directory as `gitea-traefik-letsencrypt-docker-compose.yml`.
# Note that the `.env` file should be in the same directory as `gitea-traefik-letsencrypt-docker-compose.yml`.
# Create networks for your services before deploying the configuration using the commands:
# `docker network create traefik-network`