Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBlake-zkq authored Aug 12, 2024
1 parent de472c1 commit ffd9ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: '3'
services:
update-arrays:
image: ghcr.io/dssd-madison/couillard:latest
image: ghcr.io/JackBlake-zkq/couillard:latest
build: .
volumes:
- ./cred.json:/home/seluser/cred.json
ports:
- "4444:4444"
- "7900:7900"
shm_size: 2gb
shm_size: 2gb

0 comments on commit ffd9ebc

Please sign in to comment.