chaturbate-dvr/docker-compose-web.yml
gunter423 554a6e7ff3 Remove accounts.json
Added two arguments cli gui-username and gui-password
2024-02-16 19:48:02 +01:00

13 lines
254 B
YAML

version: "3.0"
services:
chaturbate-dvr-web:
container_name: chaturbate-dvr-web
build:
context: .
dockerfile: web.Dockerfile
environment:
- GUI_USERNAME=johndoe
- GUI_PASSWORD=password
ports:
- "8080:8080"