summaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorthrowaway <developerthrowaway@protonmail.com>2023-09-22 16:20:39 -0500
committerlolcat <lolcat@no-reply@lolcat.ca>2023-09-22 16:20:39 -0500
commitb7cc53c156867ea3d0351737d9815d506b61db09 (patch)
tree44b43ff677cd10eb9bc2f181cf38f71f12c4c86e /docker-compose.yaml
parentbe8546bdf55f9c77012217ec510b81d9d5fd58b3 (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.yaml2
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