Skip to content

How to change the listen port? #403

@electricmessiah

Description

@electricmessiah

I'm using docker compose and have my port set to

    ports:
      - 9074:9000

Caddy keeps getting refused access to the port using

	php_fastcgi php-7.4-fpm:9074 {
		root /var/www/html
	}

I've also tried that didn't work

 ports:
      - 9074:9074

Is there something else I need to do? Is there an environment variable for the listen port?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions