Skip to content

Instantly share code, notes, and snippets.

@scott0228
Created October 30, 2023 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scott0228/4dcefe084961437de7d37e3ff735df19 to your computer and use it in GitHub Desktop.
Save scott0228/4dcefe084961437de7d37e3ff735df19 to your computer and use it in GitHub Desktop.
jhipster
# https://hub.docker.com/r/jhipster/jhipster
# https://www.jhipster.tech/installation/
# docker container exec -it --user root jhipster bash
# docker container stop jhipster
# docker container rm jhipster
version: '3.8'
services:
jhipster:
image: jhipster/jhipster:v7.9.4
container_name: jhipster
volumes:
- ./app:/home/jhipster/app
- ~/.m2:/home/jhipster/.m2
- ~/.gradle:/home/jhipster/.gradle
ports:
- 8080:8080
- 9000:9000
- 3001:3001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment