clewd / docker-compose.yml
teralomaniac's picture
Update docker-compose.yml
eb776cf
raw
history blame
No virus
154 Bytes
version: '3'
services:
app:
build:
context: ..
dockerfile: docker/Dockerfile
ports:
- 7860:7860
volumes:
- ..:/app