Java API Rest for lab 3
http://localhost:8080/swagger-ui/#/ā
# Run the container
$ docker run \
-v /etc/localtime:/etc/localtime:ro \
-e "DATASOURCE_DB_PASSWORD=password" \
-e "DATASOURCE_DB_USERNAME=user" \
-e "DATASOURCE_DB_URL=jdbc:postgresql://localhost:5432/databaseName" \
--restart always \
--name lab1 \
-p 8080:8080 \
thomaslacaze/lab1
See hereā
š You are all set!
Content type
Image
Digest
Size
366.1 MB
Last updated
almost 5 years ago
docker pull thomaslacaze/lab1