Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ChabVlad committed Oct 3, 2024
1 parent 5c318d5 commit b0cda69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
MYSQLDB_USER=${MYSQLDB_USER}
MYSQLDB_USER=user
MYSQLDB_DATABASE=db
MYSQLDB_ROOT_PASSWORD=pass
MYSQLDB_LOCAL_PORT=3307
MYSQLDB_DOCKER_PORT=3306
MYSQLDB_LOCAL_PORT=port
MYSQLDB_DOCKER_PORT=port

SPRING_LOCAL_PORT=8088
SPRING_DOCKER_PORT=8080
DEBUG_PORT=5005
SPRING_LOCAL_PORT=port
SPRING_DOCKER_PORT=port
DEBUG_PORT=port

0 comments on commit b0cda69

Please sign in to comment.