Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 3a6ef9c

Browse files
committed
Updated systemd unit file to pull from tag centos-6-1.0.0 instead of latest. Will need to update this before each release.
1 parent a26de6f commit 3a6ef9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache-php.app-1.1.1@8080.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ExecStartPre=/bin/sudo /bin/bash -c \
5050
if [ -f /var/services-packages/jdeathe/centos-ssh-apache-php-fcgi.centos-6-1.0.0.tar.xz ]; then \
5151
/usr/bin/xz -dc /var/services-packages/jdeathe/centos-ssh-apache-php-fcgi.centos-6-1.0.0.tar.xz | /usr/bin/docker load; \
5252
else \
53-
/usr/bin/docker pull jdeathe/centos-ssh-apache-php-fcgi:latest; \
53+
/usr/bin/docker pull jdeathe/centos-ssh-apache-php-fcgi:centos-6-1.0.0; \
5454
fi; \
5555
fi"
5656

0 commit comments

Comments
 (0)