-
Hello, I'm running the docker container via this command: But after my shell was detached, I can't connect to the started container
But every time getting this error: Can somebody help me, please ? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 14 replies
-
@tobiemh, could you help me, please ? |
Beta Was this translation helpful? Give feedback.
-
@kosten |
Beta Was this translation helpful? Give feedback.
-
Hello, version: '3'
services:
surrealdb:
env_file:
- .env
entrypoint:
- /surreal
- start
- --user
- $DB_USER
- --pass
- $DB_PASSWORD
image: surrealdb/surrealdb:latest
ports:
- 8000:8000 |
Beta Was this translation helpful? Give feedback.
-
@kosten There's an error in your command-line The options So the new command should be: With the fix above, you should be able to connect to http://localhost:8000 |
Beta Was this translation helpful? Give feedback.
@tobiemh, could you help me, please ?