this post was submitted on 06 Jul 2023
45 points (86.9% liked)

Selfhosted

60831 readers
1024 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I'm not exactly a linux beginner but I'm far from an expert and I could use some pointers. I have a domain and a VPS through Namecheap, I chose Ubuntu 20.04 LAMP and I've tried several guides to get this working but something always goes wrong sooner or later.

My latest attempt is to follow along with this guide: https://join-lemmy.org/docs/administration/install_docker.html

No errors until the docker-compose up -d command, then

ERROR: yaml.constructor.ConstructorError: while constructing a mapping in "./docker-compose.yml", line 26, column 12 found unhashable key in "./docker-compose.yml", line 26, column 13

which leads to image: {{ lemmy_docker_image }}

I guess I could start over with a different guide but I'm just chasing my tail at this point. Could any kind soul suggest where to go from here?

you are viewing a single comment's thread
view the rest of the comments
[–] IchNichtenLichten@lemmy.world 2 points 3 years ago (2 children)

I didn't do that because I'm apparently a moron :)

I'm trying with

dessalines/lemmy:0.18.0 dessalines/lemmy-ui:0.18.0

In this section

  # actual and only port facing any connection from outside
  # Note, change the left number if port 1236 is already in use on your system
  # You could use port 80 if you won't use a reverse proxy
  - "80:8536"

this fails with Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use

I tried 8080 instead and got no errors but I wasn't able to load the Lemmy page.

I can now get the "Apache2 Ubuntu Default Page - It works!" So that's something.

[–] jack@arpa.dev 2 points 3 years ago

In your post you said you installed Ubuntu with a LAMP stack. Do you plan on using Apache as the reverse proxy for your instance?

[–] infinitegoose@chiral.stream 1 points 3 years ago

When you switched ports to 8080 did you add it onto the url? e.g. http://localhost:8080