Skip to content

Commit b5eb25d

Browse files
authored
Update apacheexample.yml
Removed my own image as I do not maintain it as much as I should and have found that I would need to make some significant improvements to make this a GREAT image.
1 parent 03eeb05 commit b5eb25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apacheexample.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ spec:
8282
claimName: wurmweb-pvc
8383
containers:
8484
- name: wurmweb
85-
image: unixbird/apache-php-mysql
85+
image: httpd:alpine
8686
imagePullPolicy: IfNotePresent
8787
volumeMounts:
8888
- name: wurmweb-pvc
89-
mountPath: /var/www
89+
mountPath: /usr/local/apache2/htdocs
9090
ports:
9191
- containerPort: 80

0 commit comments

Comments
 (0)