diff options
| author | rubenwardy <rw@rubenwardy.com> | 2019-01-28 20:48:07 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2019-01-28 20:48:07 +0000 |
| commit | d77403c0be04a79693fca4b0a8c6a5b3e06a6177 (patch) | |
| tree | defb75c7be510e99c0b246edf0220c7e1352d905 /docker-compose.yml | |
| parent | e9fe936aa98e9325034750f2f327ad4271c7e55d (diff) | |
| download | cheatdb-d77403c0be04a79693fca4b0a8c6a5b3e06a6177.tar.xz | |
Add min and max Minetest version support
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 93e86bc..a7e71e6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,12 +15,13 @@ services: app: build: . - command: ./runprodguni.sh + command: ./rundebug.sh ports: - 5123:5123 volumes: - "./data/uploads:/home/cdb/app/public/uploads" - "./app:/home/cdb/app" + - "./migrations:/home/cdb/migrations" depends_on: - db - redis |
