chore: update docker compose example

This commit is contained in:
httpjamesm 2023-02-02 19:05:37 -05:00
parent 5f11bcd6a2
commit 12174b2600
No known key found for this signature in database

View File

@ -8,6 +8,7 @@ services:
network: 'host' network: 'host'
environment: environment:
- APP_URL=https://domain.com - APP_URL=https://domain.com
- JWT_SIGNING_SECRET=secret
ports: ports:
- '80:8080' - '80:8080'
restart: 'always' restart: 'always'