fix: Mounting Revolt.toml in compose.yml

pull/102/head
ReStranger 7 months ago
parent bf3921aca1
commit 5f88f2b86f

@ -42,7 +42,10 @@ services:
- redis
- caddy
volumes:
- ./Revolt.toml:/Revolt.toml
- type: bind
source: ./Revolt.toml
target: /Revolt.toml
restart: always
# Events service (quark)
@ -54,7 +57,9 @@ services:
- redis
- caddy
volumes:
- ./Revolt.toml:/Revolt.toml
- type: bind
source: ./Revolt.toml
target: /Revolt.toml
restart: always
# Web App (revite)

Loading…
Cancel
Save