Add environment varablie for DOMAIN
This commit is contained in:
@ -3,6 +3,8 @@ services:
|
|||||||
discord-nice-embed-maker-for-my-yoy:
|
discord-nice-embed-maker-for-my-yoy:
|
||||||
image: thelovinator/discord-nice-embed-maker-for-my-yoy
|
image: thelovinator/discord-nice-embed-maker-for-my-yoy
|
||||||
container_name: discord-nice-embed-maker-for-my-yoy
|
container_name: discord-nice-embed-maker-for-my-yoy
|
||||||
|
environment:
|
||||||
|
- DOMAIN=${DOMAIN}
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
volumes:
|
volumes:
|
||||||
|
Reference in New Issue
Block a user