mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 15:27:41 +00:00
docker-compose adjustments
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
b42767b003
commit
271e033a5a
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ version: '3.7'
|
|||
|
||||
services:
|
||||
wishlist:
|
||||
image: thisisbenny/wishlist-webapp:latest
|
||||
image: thisisbenny/wishlist-app:latest
|
||||
ports:
|
||||
- '5000:5000'
|
||||
volumes:
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||
|
||||
services:
|
||||
wishlist:
|
||||
build: ./
|
||||
image: thisisbenny/wishlist-app:latest
|
||||
ports:
|
||||
- '5000:5000'
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Reference in a new issue