KiceyScream
KiceyScream
找到解决 docker 镜像问题的一个方法,将 docker-host 注释掉即可,使用本地的镜像 ```mvn mall/${project.artifactId}:${project.version} java:8 ["java", "-jar", "-Dspring.profiles.active=prod","/${project.build.finalName}.jar"] / ${project.build.directory} ${project.build.finalName}.jar ``` 也可以使用将 `mall/${project.artifactId}:${project.version}` 将 mall 替换为你 docker-hub 中的账户名,再将镜像推送到你的 docker-hub 仓库
> 原配置可加载 nginx/下所有配置文件,改成这样就只能conf文件了,没必要的 原配置下会创建出一个空的目录,而 nginx 不再创建这个目录,以及其中的配置文件,将导致 issue: #116 中的问题,这一点的配置已经在非容器的仓库中纠正了
@siarheidudko Thanks for your detailed answer. I turn to use mailu (I also suggest that to you), so I can't verify it.
> If you guys feel strongly about this issue, please vote for [gradle/gradle#23032](https://github.com/gradle/gradle/issues/23032). We can't do anything until this is fixed upstream. It seems that there are related commit on...
If your root and home are in a same partition, it automatically do that. Otherwise, you can use --snapshot-device to specify the device you want to back up. You can...
supplement: comment out the path in exclude element in config.
Some problem, the only solution now I know is delete the p2p or private connection.
> [@dsanders11](https://github.com/dsanders11) I figured the issue yesterday. It's unrelated to Electron. It's due to bwrap and a very odd Ubuntu policy. See the details [here](https://github.com/containers/bubblewrap/issues/505#issuecomment-2093203129). To fix it, I disabled...
> [@aadcg](https://github.com/aadcg) I stopped `apparmor` (`sudo service apparmor stop`), then ran my fiddle code but I still have the same error. > > I use Electron Fiddle 0.36.4 on Ubuntu...
> > [@aadcg](https://github.com/aadcg) I stopped `apparmor` (`sudo service apparmor stop`), then ran my fiddle code but I still have the same error. > > I use Electron Fiddle 0.36.4 on...