docker-grav icon indicating copy to clipboard operation
docker-grav copied to clipboard

Building causes Forbidden error

Open C-Fu opened this issue 4 years ago • 1 comments

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

C-Fu avatar Apr 20 '21 21:04 C-Fu

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?

aslmx avatar Apr 21 '21 10:04 aslmx