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