Skip to content

Commit 077d5bc

Browse files
author
James Nesbitt
committed
fixed spelling in compose yml for php image
1 parent 6971743 commit 077d5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wundertools/compose-default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ services:
9696
# to the DB using the URL db.app and pulls source code form the source node volumes
9797
#
9898
fpm:
99-
image: jamesnesbitt/alping-php-app # this image doesn't look for source code at /app
99+
image: jamesnesbitt/alpine-php-app # this image doesn't look for source code at /app
100100
volumes_from:
101101
- source # FPM gets source code from the source container (should be ReadOnly)
102102
links:

0 commit comments

Comments
 (0)