-
Notifications
You must be signed in to change notification settings - Fork 6
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
env_file fails to find file on host machine when deployed #94
Comments
Can you provide an MVCE for this? A simple Docker compose config and Pico target |
Sure, Config
pico-pterodactyl-panel docker compose
link to env files needed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
after testing a little bit with this, it seems when deploying with pico, docker compose is unable to find env files on the host system, which can be confirmed when you copy pico's params that are passed to docker compose and run them yourself.
Pico's Attempt:
Manual Attempt:
as seen from above, running manually works perfectly fine.
The text was updated successfully, but these errors were encountered: