We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
root@ubuntu:~/hitchhiker# sudo docker-compose up -d Creating network "hitchhiker_default" with the default driver ERROR: 404 page not found
下面是我的docker-compose.yml配置文件内容
version: '2' services: hitchhiker: image: registry.cn-hangzhou.aliyuncs.com/brook/hitchhiker-cn:v0.13 container_name: hitchhiker environment: - HITCHHIKER_DB_HOST=localhost - HITCHHIKER_APP_HOST=http://localhost:8080/ # should change before deploying. - HITCHHIKER_DB_USERNAME=root - MYSQL_ROOT_PASSWORD=123456 - MYSQL_DATABASE=hitchhiker # add environment variable to config ports: - "8080:8080" - "11010:11010" volumes: - /my/hitchhiker/data:/usr/src/Hitchhiker/build/global_data/project - /my/hitchhiker/backup:/usr/src/Hitchhiker/build/backup - /my/hitchhiker/logs:/usr/src/Hitchhiker/build/logs
这是什么原因啊,配置有问题吗?
The text was updated successfully, but these errors were encountered:
在网上查了下,有几个可以参考: laradock/laradock#86 moby/moby#17960
Sorry, something went wrong.
No branches or pull requests
root@ubuntu:~/hitchhiker# sudo docker-compose up -d
Creating network "hitchhiker_default" with the default driver
ERROR: 404 page not found
下面是我的docker-compose.yml配置文件内容
version: '2'
services:
hitchhiker:
image: registry.cn-hangzhou.aliyuncs.com/brook/hitchhiker-cn:v0.13
container_name: hitchhiker
environment:
- HITCHHIKER_DB_HOST=localhost
- HITCHHIKER_APP_HOST=http://localhost:8080/ # should change before deploying.
- HITCHHIKER_DB_USERNAME=root
- MYSQL_ROOT_PASSWORD=123456
- MYSQL_DATABASE=hitchhiker
# add environment variable to config
ports:
- "8080:8080"
- "11010:11010"
volumes:
- /my/hitchhiker/data:/usr/src/Hitchhiker/build/global_data/project
- /my/hitchhiker/backup:/usr/src/Hitchhiker/build/backup
- /my/hitchhiker/logs:/usr/src/Hitchhiker/build/logs
这是什么原因啊,配置有问题吗?
The text was updated successfully, but these errors were encountered: