diff options
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index fc68bf30..e8ea4271 100644 --- a/docker-compose.yml +++ b/docker-compose.yml | |||
@@ -1,8 +1,13 @@ | |||
1 | --- | 1 | --- |
2 | # Shaarli - Docker Compose script | 2 | # Shaarli - Docker Compose example configuration |
3 | # | 3 | # |
4 | # See: | 4 | # See: |
5 | # - https://shaarli.readthedocs.io/en/master/docker/shaarli-images/ | 5 | # - https://shaarli.readthedocs.io/en/master/docker/shaarli-images/ |
6 | # - https://shaarli.readthedocs.io/en/master/guides/install-shaarli-with-debian9-and-docker/ | ||
7 | # | ||
8 | # Environment variables: | ||
9 | # - SHAARLI_VIRTUAL_HOST Fully Qualified Domain Name for the Shaarli instance | ||
10 | # - SHAARLI_LETSENCRYPT_EMAIL Contact email for certificate renewal | ||
6 | version: '3' | 11 | version: '3' |
7 | 12 | ||
8 | networks: | 13 | networks: |