diff --git a/docker-compose.yml b/docker-compose.yml index 3781dc2..fe6e5a7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,6 @@ services: environment: PORT: '3000' CLIENT_URL: 'https://rumor.orangemayhem.net' - MAX_PARTY_LINES: '5' + MAX_PARTY_LINES: '1' INITIAL_RUMOR: '...nothing has been said, yet.' ENVIRONMENT: 'production'