Update docker-compose.yml

This commit is contained in:
Help-14 2022-04-15 09:48:14 +07:00 committed by GitHub
parent 5945afa579
commit ec7d919f46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,10 @@
services:
magma:
name: magma
image: help14/magma
restart: always
volumes:
- ./common:/app/common
#- ./themes/custom:/app/themes/custom
expose:
- 7001