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