Merge pull request #105 from aminvakil/compose_fix
Remove version from docker-compose.yaml
This commit is contained in:
commit
c3f8c9d46c
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
version: '3.3'
|
||||
|
||||
---
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
|
@ -9,7 +8,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
# sqlite database:
|
||||
# sqlite database:
|
||||
- ./data:/usr/src/app/data
|
||||
|
||||
ports:
|
||||
|
|
Loading…
Add table
Reference in a new issue