-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
environment variables #1
Comments
Got you covered here https://github.com/GhostWriters/DockSTARTer @htpcBeginner We're ready whenever you are to have some fun working together! |
Hi there, I am trying to set up your docker media server, installed docker and compose, all running I checked. But when I try to run the first container from https://www.smarthomebeginner.com/docker-home-media-server-2018-basic/. I am getting the error:
Do you have any idea what is wrong? Could you help me a bit, please? Cheers |
You need to change the XXXX to a actual free portnumber. Try "9000:9000".
Op zo 9 sep. 2018 10:40 schreef eskimos2000 <[email protected]>:
… Hi there,
I am trying to set up your docker media server, installed docker and
compose, all running I checked. But when I try to run the first container
from
https://www.smarthomebeginner.com/docker-home-media-server-2018-basic/. I
am getting the error:
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.portainer.ports contains an invalid type, it should be a number,
or an object
Do you have any idea what is wrong? Could you help me a bit, please?
Cheers
Martin
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGIo2mvTHLgo1n1cGEWMp6N5Ajyk7nE9ks5uZNQQgaJpZM4Uhe9Q>
.
|
Thx It worked, I just dump as hell because I am a noob in docker. Anyway, I will try /DockSTARTer, it looks much easier. I am on arm64 will it work? |
BTW is there any possibility to have to 2 users using those apps, I want to get my mate access to this but I want to not to mix downloads and databases.? |
Yes DockSTARTer supports arm64. Yes you can setup two instances of an app, but it's a little advanced. Join DockSTARTer discord and we can walk you through it. |
OK will do, thanks. |
You should probably think about having the environment variables in a
.env
file and import that where needed in thedocker-compose.yaml
file. ;)The text was updated successfully, but these errors were encountered: