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