Skip to content

Commit 72a3a0e

Browse files
K8s example (#3)
* added k8s deployment * update README docker-compose + k8s * update main README.md * debian base image ash -> bash
1 parent e26f970 commit 72a3a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/docker-compose/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
lighttpd:
2323
image: pdok/lighttpd
2424
restart: unless-stopped
25-
command: ["ash", "-c","lighttpd -D -f /srv/lighttpd/lighttpd.conf"]
25+
command: ["bash", "-c","lighttpd -D -f /srv/lighttpd/lighttpd.conf"]
2626
ports:
2727
- 80:80
2828
labels:

0 commit comments

Comments
 (0)