Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docker/lamp')
-rwxr-xr-xdocker/lamp/010lamp (renamed from docker/lamp/010-lamp-run.sh)0
-rw-r--r--docker/lamp/Dockerfile2
2 files changed, 1 insertions, 1 deletions
diff --git a/docker/lamp/010-lamp-run.sh b/docker/lamp/010lamp
index 9552d848..9552d848 100755
--- a/docker/lamp/010-lamp-run.sh
+++ b/docker/lamp/010lamp
diff --git a/docker/lamp/Dockerfile b/docker/lamp/Dockerfile
index e6e77b93..86418ef4 100644
--- a/docker/lamp/Dockerfile
+++ b/docker/lamp/Dockerfile
@@ -33,7 +33,7 @@ rm -f /var/log/alternatives.log /var/log/apt/*; \
rm /data/database/ib_logfile*; \
rm /usr/local/etc/lamp.sh
-COPY docker/lamp/010-lamp-run.sh /etc/services.d/
+COPY docker/lamp/010lamp /etc/services-enabled.d/
ENTRYPOINT ["/run-parts.sh"]