eveseat / seat

🌀✳️ SeAT: A Simple, EVE Online API Tool and Corporation Manager
https://eveseat.github.io/docs/
GNU General Public License v2.0
425 stars 143 forks source link

seat-app does not exist #818

Closed SimplyCorbett closed 3 years ago

SimplyCorbett commented 3 years ago

I'm installing seat with a docker installation and I'm getting this error when I try to create an admin password:

root@icarus:/opt/seat-docker# docker-compose exec seat-app php artisan seat:admin:login ERROR: No such service: seat-app

The rest of the platform works. How would I assign myself as an admin in this situation?

Crypta-Eve commented 3 years ago

In SeAT 4, the seat-app container was replaced. Try replacing seat-app with seat-web.

SimplyCorbett commented 3 years ago

That did the trick!