Hello. Tell me what is the problem. I want to depl...
# ask-community
s
Hello. Tell me what is the problem. I want to deploy prefect on linux server (ubuntu). I do everything according to the instructions https://github.com/PrefectHQ/prefect, everything starts well, but when I go to the server address http: // ip: 8080, it says to me that "Safari cannot connect to the server". Doing all the same but locally http: // localhost: 8080, then everything works fine
Perfect doesn't expose anymore outside of localhost. You need to had --expose for that
2
s
Copy code
Thank you very much
k
@Marvin open “Document --expose flag for server”