Switch to Docker image rather than building
This commit is contained in:
parent
e3e75e7b0b
commit
24f310eb6c
@ -1,3 +1,5 @@
|
|||||||
|
.git/
|
||||||
|
files/
|
||||||
Dockerfile
|
Dockerfile
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
.gitignore
|
.gitignore
|
||||||
|
@ -34,7 +34,7 @@ mkdir files
|
|||||||
|
|
||||||
Execute the following commands to build and initiate HardFiles in Docker:
|
Execute the following commands to build and initiate HardFiles in Docker:
|
||||||
```
|
```
|
||||||
docker compose up -d --build
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 3. Default Port:
|
#### 3. Default Port:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
hardfiles:
|
hardfiles:
|
||||||
container_name: hardfiles
|
container_name: hardfiles
|
||||||
build: .
|
image: git.supernets.org/supernets/hardfiles:latest
|
||||||
volumes:
|
volumes:
|
||||||
- "$PWD/files:/app/files"
|
- "$PWD/files:/app/files"
|
||||||
- "$PWD/www:/app/www"
|
- "$PWD/www:/app/www"
|
||||||
|
Loading…
Reference in New Issue
Block a user