diff options
author | throwaway <developerthrowaway@protonmail.com> | 2023-09-22 16:20:39 -0500 |
---|---|---|
committer | lolcat <lolcat@no-reply@lolcat.ca> | 2023-09-22 16:20:39 -0500 |
commit | b7cc53c156867ea3d0351737d9815d506b61db09 (patch) | |
tree | 44b43ff677cd10eb9bc2f181cf38f71f12c4c86e /docker-compose.yaml | |
parent | be8546bdf55f9c77012217ec510b81d9d5fd58b3 (diff) |
allow docker container to run without ssl certificates (#14)
if certificate files are not mounted to /etc/4get/certs then remove ssl virtual host in /etc/apache2/httpd.conf and listen on port 80
also change references "luuul/4get:1.0.0" to "luuul/4get:latest"
Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/14
Co-authored-by: throwaway <developerthrowaway@protonmail.com>
Co-committed-by: throwaway <developerthrowaway@protonmail.com>
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index 3c34548..a5eaf35 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3.7" services: fourget: - image: luuul/4get:1.0.0 + image: luuul/4get:latest restart: always environment: - FOURGET_SERVER_NAME=beak.chat |