gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-sandcastle-ng] 15/39: sandcastle-ng: ensure apache2 is disabled


From: gnunet
Subject: [taler-sandcastle-ng] 15/39: sandcastle-ng: ensure apache2 is disabled
Date: Thu, 11 Jan 2024 13:59:48 +0100

This is an automated email from the git hooks/post-receive script.

devan-carpenter pushed a commit to branch master
in repository sandcastle-ng.

commit fa0adcd33fc06a454003f74498e0f79a937f9b93
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Dec 4 12:32:29 2023 -0500

    sandcastle-ng: ensure apache2 is disabled
    
    apache starting causes caddy to fail
---
 Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 0ee2afd..dcd4c01 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -233,4 +233,6 @@ COPY --from=merchant-demos /packages/merchant-demos/* 
/packages/
 RUN apt-get install --no-install-recommends -y /packages/*.deb
 COPY systemd/setup-sandcastle.service /etc/systemd/system/
 RUN systemctl enable setup-sandcastle.service
-RUN systemctl disable postgresql
+# Disable potentially problem-causing services
+RUN systemctl disable postgresql && \
+    systemctl disable apache2 || true

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]