-
Notifications
You must be signed in to change notification settings - Fork 70
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
presetup issue #34
Comments
|
Never mind , missed the line because of the formatting. Can you post the exact command you have run and the output? |
i will put down exactly how i did it git clone --recurse-submodules https://github.com/goryn-clade/pathfinder-containers.git modify .env saved to /home/pathfinder/pathfinder-containers/.env docker network create web && docker-compose up -d --build the last line of commands listed are what throw the error |
im trying to get this running before i push it into a full lemp stack end goal being a ready to deploy ubuntu setup from start to finish |
the DOMAIN variable from your .env doesn't look right. |
In your .env file you need to remove the quotation marks. |
@cpjet64 any progress here? |
Sorry for the late response on this I have had a IRL emergency occur and have sidelined everything until its resolved! Nothing life or death thankfully but I have no free time as of now to do anything really. I will bookmark this issue and try the suggestion above when I am able to again. Please feel free to close this issue. |
No problem. Just reopen it if you have time for it. Stay safe IRL o7 |
Just standing up a brand new VM for this because the website I've been using constantly stops tracking position.
Ubuntu Server 20.04.3
10 vCPU
16GB vRAM
location of .env is /home/pathfinder/pathfinder-containers/.env
Googled the error as I don't use docker very much and came up with a issue about relative links but since I have the absolute path entered in the env file figured I should just ask.
If need be I can just wipe and rebuild the VM.
root@pathfinder:/home/pathfinder/pathfinder-containers# docker network create web && docker-compose up -d --build d86bfa6ad3d9bf8c2a6d52effaacc909e5ec5d6b62e8b9b5732165ecfb6f0ebb ERROR: Named volume ""/home/pathfinder/pathfinder-containers" # The path of the cloned repo/pathfinder/export/sql/eve_universe.sql.zip:/eve_universe.sql.zip:rw" is used in service "pfdb" but no declaration was found in the volumes section.
The text was updated successfully, but these errors were encountered: