Update docker-compose.yml
This commit is contained in:
parent
5945afa579
commit
ec7d919f46
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
services:
|
||||
magma:
|
||||
name: magma
|
||||
image: help14/magma
|
||||
restart: always
|
||||
volumes:
|
||||
- ./common:/app/common
|
||||
#- ./themes/custom:/app/themes/custom
|
||||
expose:
|
||||
- 7001
|
Loading…
Add table
Reference in a new issue