FIX: Fixed env file
This commit is contained in:
@@ -4,6 +4,8 @@ services:
|
|||||||
container_name: homepage
|
container_name: homepage
|
||||||
ports:
|
ports:
|
||||||
- "3001:3000"
|
- "3001:3000"
|
||||||
|
env_file:
|
||||||
|
- .env # Make sure this file exists and contains necessary environment variables (chek .env.example)
|
||||||
volumes:
|
volumes:
|
||||||
- ${PATH_TO_CONFIG}:/app/config # Make sure your local config directory exists
|
- ${PATH_TO_CONFIG}:/app/config # Make sure your local config directory exists
|
||||||
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
||||||
|
|||||||
Reference in New Issue
Block a user