Rename HedgeDoc and Element to match new names

pull/4/head
otthorn 3 years ago
parent 84b3e4ba48
commit 9691edcff0

@ -2,8 +2,8 @@ version: "3"
services: services:
riot: element:
build: riot build: element
restart: always restart: always
ports: ports:
- 8080:80 - 8080:80
@ -55,8 +55,8 @@ services:
environment: environment:
- "DISCORD_WEBHOOK=${PROMETHEUS_DISCORD_WEBHOOK}" - "DISCORD_WEBHOOK=${PROMETHEUS_DISCORD_WEBHOOK}"
codimd: hedgedoc:
build: codimd build: hedgedoc
restart: always restart: always
environment: environment:
- "CMD_DB_URL=${CODIMD_DB_URL}" - "CMD_DB_URL=${CODIMD_DB_URL}"

Before

Width:  |  Height:  |  Size: 454 KiB

After

Width:  |  Height:  |  Size: 454 KiB

Loading…
Cancel
Save