Sign inSign up

schnellecloud/directus

By schnellecloud

Updated over 6 years ago

Image
0

810

schnellecloud/directus repository overview

Available tags (directus versions)

latest 8.4.0-1 8.4.0 8.3.0 8.2.0

How to use this image

$ docker run -d -p 8080:80 -v data:/var/www schnellecloud/directus:8.4.0

Then, access it via http://localhost:8080 or http://host-ip:8080 in a browser.

...via docker stack deploy or docker-compose

Example stack.yml for directus:

version: '3.1'
services:
  directus:
    image: schnellecloud/directus:8.4.0
    restart: always
    ports:
      - 8080:80
    volumes:
      - data:/var/www

volumes:
  data:

Run docker stack deploy -c stack.yml directus (or docker-compose -f stack.yml up), wait for it to initialize completely, and visit http://swarm-ip:8080, http://localhost:8080, or http://host-ip:8080 (as appropriate).

License information

As with all Docker images, these likely also contain other software which may be under other licenses. As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

Tag summary

Content type

Image

Digest

Size

236.7 MB

Last updated

over 6 years ago

docker pull schnellecloud/directus