1
0
Fork 0
mirror of https://github.com/SunRed/haste-server.git synced 2024-11-01 01:30:21 +01:00
haste-server/docker-compose.yml

11 lines
157 B
YAML
Raw Normal View History

2020-09-22 20:18:02 +02:00
version: "3.0"
services:
haste-server:
build: .
ports:
- 7777:7777
volumes:
- haste-data:/usr/src/app/data
volumes:
haste-data: