Skip to content
Discussion options

You must be logged in to vote

So it was ALMOST that easy. But after the reboot nothing was running, so I had to add these two commands:

  • docker-compose -f /opt/easyengine/services/docker-compose.yml up -d
  • for compose in /opt/easyengine/sites/*/docker-compose.yml; do
    docker-compose -f $compose up -d
    done

and voila! all sites migrated.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by ssuess
Comment options

You must be logged in to vote
2 replies
@ssuess
Comment options

@aegis123
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants