Split docker-compose.yml into one file per service
This commit is contained in:
12
docker-compose.lighttpd.yml
Normal file
12
docker-compose.lighttpd.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
lighttpd:
|
||||
container_name: lighttpd
|
||||
image: sebp/lighttpd:1.4.64-r0
|
||||
ports:
|
||||
- 80:81
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
volumes:
|
||||
- /opt/lighttpd/etc:/host/etc
|
||||
- /opt/lighttpd/var/log:/host/var/log
|
||||
- /media/nubes/www:/host/var/www
|
||||
Reference in New Issue
Block a user