archetype-resources.docker.docker-compose.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-archetype-plugin
Show all versions of maven-archetype-plugin
HC :: maven archetype :: plugin
The newest version!
version: '2'
services:
${rootArtifactId}:
privileged: true #如果不添加該配置則會出現没有权限的问题
network_mode: "host"
image: ${rootArtifactId}
environment:
spring.profiles.active: test
ports:
- "8884:8884"
volumes:
- "/home/work/logs/${rootArtifactId}:/home/work/logs/${rootArtifactId}"
- "/etc/localtime:/etc/localtime"
restart: always #跟随docker启动
© 2015 - 2024 Weber Informatics LLC | Privacy Policy