fix: remove buggregator from dev
This commit is contained in:
parent
54df58d44b
commit
341f64839b
1 changed files with 7 additions and 7 deletions
|
|
@ -71,10 +71,10 @@ services:
|
|||
networks:
|
||||
- coolify
|
||||
|
||||
buggregator:
|
||||
image: ghcr.io/buggregator/server:latest
|
||||
container_name: coolify-debug
|
||||
ports:
|
||||
- 8001:8000
|
||||
networks:
|
||||
- coolify
|
||||
# buggregator:
|
||||
# image: ghcr.io/buggregator/server:latest
|
||||
# container_name: coolify-debug
|
||||
# ports:
|
||||
# - 8001:8000
|
||||
# networks:
|
||||
# - coolify
|
||||
|
|
|
|||
Loading…
Reference in a new issue