Update docker-compose.yml

This commit is contained in:
Andrei Ciortea 2021-10-18 01:36:28 +02:00
parent 34fb3c682f
commit 52ff8e5cc0

View File

@ -41,7 +41,7 @@ services:
- "traefik.http.routers.tapas-tasks.entryPoints=web,websecure"
- "traefik.http.routers.tapas-tasks.tls.certresolver=le"
auction-house:
tapas-auction-house:
image: openjdk
command: "java -jar /data/tapas-auction-house-0.0.1-SNAPSHOT.jar"
restart: unless-stopped