latest
8.4.0-1
8.4.0
8.3.0
8.2.0
$ 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.
docker stack deploy or docker-composeExample 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).
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.
Content type
Image
Digest
Size
236.7 MB
Last updated
over 6 years ago
docker pull schnellecloud/directus