add unused compose files
This commit is contained in:
13
_unused/docker-compose.lighttpd.yml
Normal file
13
_unused/docker-compose.lighttpd.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
lighttpd:
|
||||
container_name: lighttpd
|
||||
image: webserver:latest
|
||||
ports:
|
||||
- 80:81
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /opt/lighttpd/etc:/host/etc
|
||||
- /home/user/certs:/host/etc/certs
|
||||
- /opt/lighttpd/var/log:/host/var/log
|
||||
- /home/user/www:/host/var/www/global
|
||||
- /home/user/blog:/host/var/www/blog
|
||||
Reference in New Issue
Block a user