Rename docker-compose.*.yaml to compose*.yaml

This commit is contained in:
Bram Veenboer
2025-06-17 16:02:01 +02:00
parent ea4b32d2ce
commit 764ebb400a
30 changed files with 46 additions and 46 deletions

12
compose.lighttpd.yaml Normal file
View 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