Skip to content
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

[BUG] <title>nginx: [emerg] unknown "lan-ip" variable #513

Open
1 task done
Mickaelclercq opened this issue Oct 12, 2024 · 3 comments
Open
1 task done

[BUG] <title>nginx: [emerg] unknown "lan-ip" variable #513

Mickaelclercq opened this issue Oct 12, 2024 · 3 comments
Labels
invalid This doesn't seem right

Comments

@Mickaelclercq
Copy link

Mickaelclercq commented Oct 12, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Hello, I would like to come to you because I have a problem that I cannot locate and resolve. Could you help me?

thanks in advance.

nginx: [emerg] unknown "lan-ip" variable

Expected Behavior

server ready

Steps To Reproduce

nginx: [emerg] unknown "lan-ip" variable

Environment

- OS:
- How docker service was installed:

CPU architecture

x86-64

Docker creation

version: "2.1"
services:
  swag:
    image: lscr.io/linuxserver/swag:latest
    container_name: swag
    cap_add:
      - NET_ADMIN
    environment:
      - PUID=998
      - PGID=100
      - TZ=Europe/Brussels
      - URL=
      - VALIDATION=duckdns
      - SUBDOMAINS=wildcard
      - DUCKDNSTOKEN=
      - [email protected]
      - MAXMINDDB_LICENSE_KEY=
      - DOCKER_MODS=linuxserver/mods:swag-dashboard|DOCKER_MODS=linuxserver/mods:swag-maxmind
    volumes:
      - /srv/dev-disk-by-uuid-1128b0ee-b4b9-4328-99b6-e4b9da405d30/donnée/swag2/config:/config
      - /srv/dev-disk-by-uuid-1128b0ee-b4b9-4328-99b6-e4b9da405d30/nextcloud/nextcloud/appdata/nextcloud/data/nextcloud.log:/nextcloud/nextcloud.log:ro
    ports:
      - 81:81
      - 443:443
      
    restart: unless-stopped

Container logs

no error
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@drizuid
Copy link
Member

drizuid commented Oct 15, 2024

I can't reproduce this but i suspect you've input an unknown variable somewhere in one of your configs. It a bit hard to tell as you didn't provide container logs or other relevant info. I suggest you come on discord for support to correct what you did.

@drizuid drizuid added the invalid This doesn't seem right label Oct 15, 2024
Copy link

A human has marked this issue as invalid, this likely happened because the issue template was not used in the creation of the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
Status: Insufficient Info
Development

No branches or pull requests

2 participants