mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-20 08:51:26 +08:00
6 lines
81 B
YAML
6 lines
81 B
YAML
services:
|
|
app:
|
|
build: .
|
|
env_file: .env
|
|
ports:
|
|
- "${PORT}:80"
|