issue !21 #24

Merged
dbroqua merged 3 commits from issue/21 into master 2022-03-02 16:50:26 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e4a80c6d78 - Show all commits

View file

@ -29,7 +29,7 @@ services:
- musictopus - musictopus
musictopus-db: musictopus-db:
container_name: musictopus-db container_name: musictopus-db
image: mongo:latest image: mongo:4.4
restart: always restart: always
ports: ports:
- 27617:27017 - 27617:27017

View file

@ -29,7 +29,7 @@ services:
- musictopus - musictopus
musictopus-db: musictopus-db:
container_name: musictopus-db container_name: musictopus-db
image: mongo:latest image: mongo:4.4
restart: always restart: always
ports: ports:
- 27617:27017 - 27617:27017