fix build req
parent
cf2868ec31
commit
015d0f2076
|
@ -5,9 +5,6 @@ services:
|
||||||
chibisafe:
|
chibisafe:
|
||||||
image: chibisafe/chibisafe:latest
|
image: chibisafe/chibisafe:latest
|
||||||
container_name: chibisafe
|
container_name: chibisafe
|
||||||
build:
|
|
||||||
context: ./
|
|
||||||
dockerfile: ./Dockerfile
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./database:/home/node/chibisafe/database:rw
|
- ./database:/home/node/chibisafe/database:rw
|
||||||
- ./uploads:/home/node/chibisafe/uploads:rw
|
- ./uploads:/home/node/chibisafe/uploads:rw
|
||||||
|
|
Loading…
Reference in New Issue