Skip to content

fix docs install-with-docker-rootless typo #17614

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

Merged
merged 3 commits into from
Nov 14, 2021
Merged

fix docs install-with-docker-rootless typo #17614

merged 3 commits into from
Nov 14, 2021

Conversation

ysicing
Copy link
Contributor

@ysicing ysicing commented Nov 11, 2021

The documentation doesn't look right.

image

version: "2"

volumes:
  gitea:
    driver: local
  gitea-config:
    driver: local

services:
  server:
    image: gitea/gitea:1.15.6-rootless
    restart: always
    volumes:
      - gitea:/var/lib/gitea
      - gitea-config:/etc/gitea
      - /etc/timezone:/etc/timezone:ro
      - /etc/localtime:/etc/localtime:ro
    ports:
      - "3000:3000"
      - "2222:2222"

@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Nov 11, 2021
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Nov 14, 2021
@techknowlogick techknowlogick merged commit 83a04e4 into go-gitea:main Nov 14, 2021
@a1012112796 a1012112796 added the type/docs This PR mainly updates/creates documentation label Nov 15, 2021
Chianina pushed a commit to Chianina/gitea that referenced this pull request Mar 28, 2022
@go-gitea go-gitea locked and limited conversation to collaborators Apr 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/docs This PR mainly updates/creates documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants