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 - ./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