This commit is contained in:
syuilo 2025-12-04 14:54:41 +09:00
parent 3bb5f9ec11
commit fbe3966b29
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ services:
- internal_network_a - internal_network_a
volumes: volumes:
- type: bind - type: bind
source: ./.config/a.config.json source: ./.config/a.test.config.json
target: /misskey/built/._config_.json target: /misskey/built/._config_.json
read_only: true read_only: true

View File

@ -37,7 +37,7 @@ services:
- internal_network_b - internal_network_b
volumes: volumes:
- type: bind - type: bind
source: ./.config/b.config.json source: ./.config/b.test.config.json
target: /misskey/built/._config_.json target: /misskey/built/._config_.json
read_only: true read_only: true