diff options
author | Martin Miller | 2020-12-10 18:17:07 -0600 |
---|---|---|
committer | Martin Miller | 2020-12-10 18:17:07 -0600 |
commit | 015b9cb1b2f808624ae693327090aa8514438226 (patch) | |
tree | 7a4ab4557fb2e196c2b6b19743dae526d4f9d3bd /docker/tbp/docker-compose.yml | |
download | tbp-master.zip tbp-master.tar.gz |
Diffstat (limited to 'docker/tbp/docker-compose.yml')
-rw-r--r-- | docker/tbp/docker-compose.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docker/tbp/docker-compose.yml b/docker/tbp/docker-compose.yml new file mode 100644 index 0000000..8fc1a08 --- /dev/null +++ b/docker/tbp/docker-compose.yml @@ -0,0 +1,15 @@ +# Docker Compose YAML file for lighttpd + +# build with: +# $ sudo docker-compose build + +# start with: +# $ sudo docker-compose up + +# after start, enter shell with: +# $ sudo docker exec -it lighttpddocker_lighttpd_1 ash + +lighttpd: + build: . + ports: + - "8001:80" # for testing purposes, (un)comment as required |