Change API_KEY value

This commit is contained in:
Parker M. 2024-06-24 16:26:02 -05:00
parent 140bfe3fee
commit 342ee432a5
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -6,7 +6,7 @@ services:
environment:
- BASE_URL=https://your.domain
- IP_TO_LOCATION=True
- API_KEY=awd
- API_KEY=your_api_key
volumes:
- /path/on/system:/data
restart: on-failure