fix container names
fix bug in mastodon environmental file path
This commit is contained in:
parent
fe64dd1f82
commit
ace3a9ac83
7 changed files with 138 additions and 132 deletions
|
@ -2,7 +2,8 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
kms-server:
|
||||
image: teddysun/kms
|
||||
ports:
|
||||
- 1688:1688
|
||||
restart: always
|
||||
image: teddysun/kms
|
||||
container_name: kms
|
||||
ports:
|
||||
- 1688:1688
|
||||
restart: always
|
||||
|
|
Reference in a new issue