mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-01-13 01:10:10 -06:00
11 lines
158 B
YAML
11 lines
158 B
YAML
services:
|
|
site:
|
|
# image: docsy/docsy-example
|
|
build:
|
|
context: .
|
|
command: server
|
|
ports:
|
|
- '1313:1313'
|
|
volumes:
|
|
- .:/src
|