coolify/scripts/upgrade.sh

6 lines
297 B
Bash
Raw Normal View History

2023-04-27 12:52:13 +02:00
#!/bin/bash
## Do not modify this file. You will lost the ability to autoupdate!
2023-04-27 13:02:24 +02:00
export APP_TAG=$1
docker compose --env-file /data/coolify/source/.env -f /data/coolify/source/docker-compose.yml -f /data/coolify/source/docker-compose.prod.yml up -d --pull always --remove-orphans --force-recreate