Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged docker-compose

0 votes
1.2k views
1 answer
    Below is the docker-compose.yml I have used. MongoDB container got created, after some 6 to 8 hours of time the ... -compose-mongodb-replica-set-data-loss-after-some-period-of-time...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
816 views
1 answer
    I'm trying to get docker-compose to: rebuild the image of a certain service (only source code has changed, not ... /65891675/docker-compose-rebuild-image-of-one-service-and-use-it...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am having trouble getting docker-compose pull to actually pull everything in my docker-compose.yml file. It ... -pulling-images-if-the-corresponding-service-has-a-build-conte...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
937 views
1 answer
    I'm trying to figure out how to implement docker using docker-compose.yml with 2 databases imported ... /stackoverflow.com/questions/39204142/docker-compose-with-multiple-databases...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'm trying to figure out how to implement docker using docker-compose.yml with 2 databases imported ... /stackoverflow.com/questions/39204142/docker-compose-with-multiple-databases...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am trying to make the binary file /bin/wkhtmltopdf from the container wkhtmltopdf available in the web container. I ... -volume-with-one-file-error-cannot-create-container-for-se...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    docker logs has --since option to show logs start from given timestamp. What's the equivalent in docker-compose? I did some search didn't find one....
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
991 views
1 answer
    I have the following docker-compose file. I have created the .env file as well with the relevant variables. when ... volumes: ${hostname01}_Data: ${hostname02}_Data: driver: local...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    docker-compose 部署golang,mysql, 远程,127.0.0.1均可访问容器mysql, 但go容器里连不上. docker-compose.yaml文件如下: version: '2' ... 连mysql怎么连不上 dial tcp 172.21.0.2:3306: connect: connection refused...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    docker-compose 部署golang,mysql, 远程,127.0.0.1均可访问容器mysql, 但go容器里连不上. docker-compose.yaml文件如下: version: '2' ... 连mysql怎么连不上 dial tcp 172.21.0.2:3306: connect: connection refused...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    port 26379 dir /tmp sentinel monitor mymaster 172.20.0.3 6379 2 sentinel auth-pass mymaster redis_pwd sentinel down-after- ... IP和端口的话,需要在docker-compose.yml配置network参数吗?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.3k views
1 answer
    在云主机ecs 虚拟机上都执行过,都失败 docker-compose up -d nginx mysql 尝试解决: 1.配置了镜像加速也没用 sudo mkdir -p /etc/docker ... .com 也ping的通啊 3 /etc/hosts 加 199.232.68.133 raw.githubusercontent.com...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.4k views
1 answer
    对于单独一个 Vue 项目,一个 Dockerfile 文件搞掂,内容如下: # build stage FROM node:14.15.3-slim as build-stage WORKDIR /usr/src/app COPY package*.json ./ ... ": 500, "msg": "服务器有问题,请稍后再试哦~"}'; } } }...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.2k views
1 answer
    对于单独一个 Vue 项目,一个 Dockerfile 文件搞掂,内容如下: # build stage FROM node:14.15.3-slim as build-stage WORKDIR /usr/src/app COPY package*.json ./ ... ": 500, "msg": "服务器有问题,请稍后再试哦~"}'; } } }...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...