Update docker-compose.yml
Fixing a typo in the domain name
This commit is contained in:
committed by
GitHub
parent
dc34a9b8f7
commit
46b8dbf9af
@ -39,7 +39,7 @@ services:
|
|||||||
- ./static:/var/lib/pleroma/static
|
- ./static:/var/lib/pleroma/static
|
||||||
- ./config.exs:/etc/pleroma/config.exs:ro
|
- ./config.exs:/etc/pleroma/config.exs:ro
|
||||||
environment:
|
environment:
|
||||||
DOMAIN: exmaple.com
|
DOMAIN: example.com
|
||||||
INSTANCE_NAME: Pleroma
|
INSTANCE_NAME: Pleroma
|
||||||
ADMIN_EMAIL: admin@example.com
|
ADMIN_EMAIL: admin@example.com
|
||||||
NOTIFY_EMAIL: notify@example.com
|
NOTIFY_EMAIL: notify@example.com
|
||||||
|
Reference in New Issue
Block a user