We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31c8e5 commit ca4992bCopy full SHA for ca4992b
docker-compose.yml
@@ -3,7 +3,7 @@ services:
3
build: ./hackerlab
4
container_name: scl-hackerlab
5
hostname: hackerlab
6
- restart: always
+ restart: on-failure
7
volumes:
8
- ./hackerlab/data:/data
9
ports:
@@ -16,7 +16,7 @@ services:
16
build: ./dashboard
17
container_name: scl-dashboard
18
hostname: dashboard
19
20
21
- "127.0.0.1:80:80"
22
- "127.0.0.1:8080:8080"
@@ -39,7 +39,7 @@ services:
39
container_name: scl-ollama
40
41
- ./ollama:/root/.ollama
42
43
networks:
44
playground-net:
45
ipv4_address: 172.20.0.100
0 commit comments