mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
7 lines
127 B
YAML
7 lines
127 B
YAML
services:
|
|
app:
|
|
image: "nginx"
|
|
volumes:
|
|
- ./db/migration.sql:/docker-entrypoint-initdb.d/create_tables.sql
|
|
|