mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Create docker-compose-local-volumes.yaml
This commit is contained in:
6
docker-compose-test/docker-compose-local-volumes.yaml
Normal file
6
docker-compose-test/docker-compose-local-volumes.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
app:
|
||||
image: "postgres:14-alpine"
|
||||
volumes:
|
||||
- ./db/migration.sql:/docker-entrypoint-initdb.d/create_tables.sql
|
||||
|
||||
Reference in New Issue
Block a user