docker-compose adjustments

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2022-01-29 18:10:37 +01:00
parent b42767b003
commit 271e033a5a
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ version: '3.7'
services:
wishlist:
image: thisisbenny/wishlist-webapp:latest
image: thisisbenny/wishlist-app:latest
ports:
- '5000:5000'
volumes:

View file

@ -2,7 +2,7 @@ version: '3.7'
services:
wishlist:
build: ./
image: thisisbenny/wishlist-app:latest
ports:
- '5000:5000'
volumes: