mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-09-11 17:04:59 +08:00
fix compose errors
This commit is contained in:
parent
e93109afc2
commit
6603482103
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
api:
|
||||
server:
|
||||
image: ghcr.io/divyam234/teldrive/server:latest
|
||||
restart: always
|
||||
container_name: server
|
||||
|
@ -34,6 +34,6 @@ services:
|
|||
migrate:
|
||||
image: arigaio/atlas:latest
|
||||
command: >
|
||||
migrate apply --url #DBURL
|
||||
migrate apply --url #DBURL --allow-dirty
|
||||
volumes:
|
||||
- ./database/migrations/:/migrations
|
Loading…
Add table
Reference in a new issue