using correct link to repo in docker compose file

This commit is contained in:
orangecoding
2021-03-18 14:22:37 +01:00
parent 7541484d1f
commit 9d226cf23d

View File

@@ -7,11 +7,11 @@ services:
context: ./build context: ./build
dockerfile: Dockerfile dockerfile: Dockerfile
args: args:
repo: https://github.com/anbucher/fredy.git repo: https://github.com/orangecoding/fredy.git
image: fredy/fredy image: fredy/fredy
# map existing config and database # map existing config and database
volumes: volumes:
- ./conf:/conf - ./conf:/conf
- ./db:/db - ./db:/db
ports: ports:
- 9998:9998 - 9998:9998