From b7cc53c156867ea3d0351737d9815d506b61db09 Mon Sep 17 00:00:00 2001 From: throwaway Date: Fri, 22 Sep 2023 16:20:39 -0500 Subject: 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 Co-committed-by: throwaway --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker-compose.yaml') 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 -- cgit v1.2.3