mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-04-05 20:01:32 +00:00
7 lines
135 B
YAML
7 lines
135 B
YAML
services:
|
|
main:
|
|
image: alpine:latest
|
|
volumes:
|
|
- ./scripts:/scripts:ro
|
|
command: ["cat", "/scripts/bootstrap_db.sh"]
|