Browse Source

Fix Docker image name in the docker-compose file

pull/41/head
Abheek Dhawan 3 years ago
parent
commit
6154382587
Signed by: abheekd GPG Key ID: 7BE81B8C14475B67
  1. 2
      docker-compose.yml

2
docker-compose.yml

@ -8,7 +8,7 @@ services:
- ./data:/data/db
awesomescibo:
image: abheekd/awesomescibo:local
image: docker.io/adawesomeguy/awesomescibo:latest
restart: unless-stopped
environment:
MONGO_URI: "mongodb://mongo:27017/AWESOME"

Loading…
Cancel
Save