mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-01 01:30:21 +01:00
11 lines
157 B
YAML
11 lines
157 B
YAML
|
version: "3.0"
|
||
|
services:
|
||
|
haste-server:
|
||
|
build: .
|
||
|
ports:
|
||
|
- 7777:7777
|
||
|
volumes:
|
||
|
- haste-data:/usr/src/app/data
|
||
|
|
||
|
volumes:
|
||
|
haste-data:
|