Update docker-compose.yml (#64)

Fixing a typo in the domain name
This commit is contained in:
José Ignacio Amelivia Santiago 2022-11-06 18:23:06 +01:00 committed by GitHub
parent dc34a9b8f7
commit f313813f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ services:
- ./static:/var/lib/pleroma/static
- ./config.exs:/etc/pleroma/config.exs:ro
environment:
DOMAIN: exmaple.com
DOMAIN: example.com
INSTANCE_NAME: Pleroma
ADMIN_EMAIL: admin@example.com
NOTIFY_EMAIL: notify@example.com