Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 432 Bytes

run.md

File metadata and controls

28 lines (19 loc) · 432 Bytes

Define .env files

Copy from .env.dist to .env and config your env vars. Do the same for .env-backup.dist in case you want to use the backup features.

Pull Latest Images

docker-compose pull

Run

docker-compose -p atlassian up -d

Run with nginx

docker-compose -f docker-compose.yml -f docker-compose.nginx.yml -p atlassian up -d

Build the images

docker-compose build