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

Building causes Forbidden error #43

Open
C-Fu opened this issue Apr 20, 2021 · 1 comment
Open

Building causes Forbidden error #43

C-Fu opened this issue Apr 20, 2021 · 1 comment

Comments

@C-Fu
Copy link

C-Fu commented Apr 20, 2021

Steps to recreate:

  1. create folder: mkdir -p /volume2/docker/grav/html
  2. git clone the repo to /volume2/docker/grav
  3. edit the docker-compose file
    `version: '3.3'
    services:
    grav:
    container_name: grav
    build: ./
    ports:
    • 8080:80
      volumes:
    • /volume2/docker/grav/html:/var/www/html`
  4. run docker-compose: sudo docker-compose build .
  5. (maybe) run docker-compose up -d
@aslmx
Copy link

aslmx commented Apr 21, 2021

Came here to report the same. (I'm a first time Grav user).
It seems that grav is not installed into the local volume folder.
It seems like there are additional steps necessary?

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