add keeweb
This commit is contained in:
14
misc/images/keeweb/docker-compose.yml
Executable file
14
misc/images/keeweb/docker-compose.yml
Executable file
@ -0,0 +1,14 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
keeweb:
|
||||
build:
|
||||
context: ./containers
|
||||
image: reg.cadoles.com/envole/keeweb
|
||||
container_name: keeweb
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
environment:
|
||||
WEBDAV_USER: tonuser
|
||||
WEBDAV_PASS: tonpassword
|
Reference in New Issue
Block a user