clewd / docker /docker-compose.yml
teralomaniac's picture
Upload 23 files
d70d08b
raw
history blame
No virus
154 Bytes
version: '3'
services:
app:
build:
context: ..
dockerfile: docker/Dockerfile
ports:
- 8444:8444
volumes:
- ..:/app