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

Startup failed #4

Closed
arpir opened this issue Jun 7, 2018 · 2 comments
Closed

Startup failed #4

arpir opened this issue Jun 7, 2018 · 2 comments

Comments

@arpir
Copy link

arpir commented Jun 7, 2018

Please set SELF_URL_PATH to the correct value for your server (possible value: http://XXX.XXX.XXX.XXX:XXXX/)

原因是什么啊

@HenryQW
Copy link
Owner

HenryQW commented Jun 7, 2018

docker run -it --name ttrss --restart=always \
--link [ 你的数据库容器名 ] : db  \
-e SELF_URL_PATH = [ 你的URL地址 ]  \      <<<-----
-e DB_NAME = [ 你的数据库名称 ]  \
-e DB_USER = [ 你的数据库用户名 ]  \
-e DB_PASS = [ 你的数据库密码 ]  \
-p [ 容器对外映射端口 ]:80  \
-d wangqiru/ttrss
``

@HenryQW
Copy link
Owner

HenryQW commented Jun 15, 2018

Close due to inactivity.

@HenryQW HenryQW closed this as completed Jun 15, 2018
TonyRL added a commit that referenced this issue May 2, 2024
* fix: build failure

* feat: update github actions

feat: add manual dispatch for nightly build

feat: add envs for [ttrss-cache-s3](https://dev.tt-rss.org/tt-rss/ttrss-cache-s3)

* feat: roll back to php8.0

* feat: invalid docker build cache

* fix: OIDC plugin tarball name

* fix: remove glibc to bring back arm builds

* revert: "feat: roll back to php8.0"

This reverts commit 9022f12.

* fix: use tt-rss gitlab instance

* feat: php8 jit

* build: docker tag branch name

* chore: add workflow dispatch

* feat: bump to php8.2

* chore: docker build php8x nightly tag

* fix: php82 build

* fix: UrlHelper.php did not match any file

due to https://gitlab.tt-rss.org/tt-rss/tt-rss/-/commit/865ecc87963dc3b26e66296616eef2a1cc41ac3f renaming

* chore: bump base image to alpine 3.19

* Revert "fix: php82 build"

This reverts commit 543cfb3.

* feat: bump to php8.3

* chore: add dependabot for GitHub Actions

* chore(deps): bump docker/setup-buildx-action from 2 to 3 (#1)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump docker/login-action from 2 to 3 (#2)

Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/checkout from 3 to 4 (#3)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump docker/metadata-action from 4 to 5 (#5)

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](docker/metadata-action@v4...v5)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump docker/setup-qemu-action from 2 to 3 (#4)

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: add back branch trigger

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants