mirror of
https://github.com/artegoser/AnoPaper.git
synced 2024-11-05 20:43:57 +03:00
9 lines
104 B
YAML
9 lines
104 B
YAML
|
version: "3"
|
||
|
|
||
|
services:
|
||
|
anopaper:
|
||
|
build: .
|
||
|
ports:
|
||
|
- "80:80"
|
||
|
restart: unless-stopped
|