Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Upgrading a Docker instance

Tim Malone edited this page Jul 11, 2017 · 1 revision

Upgrading a running Docker Slackémon is a simple process.

Just pull new images from the Docker Hub and upgrade the Composed cluster.

docker-compose pull
./scripts/start

You have to keep in mind that if you are using the default docker-compose.yml you are actually sharing a volume with the Slackémon container. So you can unmount the volume, suitable for production servers.

php:
    image: tdmalone/slackemon
    restart: always
-    volumes: 
-      - ./:/slackemon
    env_file:
      - .env

Or keep your code up to date pulling from our Github repository.

git pull

Follow Slackémon on Twitter!
Latest Release
Join us on Slack!

Deploy to Heroku

Clone this wiki locally