Remove file configuration
This commit is contained in:
parent
7b946e55b6
commit
d0904407af
|
@ -108,11 +108,6 @@ Build rimgo.
|
||||||
go build
|
go build
|
||||||
```
|
```
|
||||||
|
|
||||||
Edit the config file using your preferred editor.
|
|
||||||
```
|
|
||||||
nvim config.yml
|
|
||||||
```
|
|
||||||
|
|
||||||
You can now run rimgo.
|
You can now run rimgo.
|
||||||
```
|
```
|
||||||
./rimgo
|
./rimgo
|
||||||
|
|
|
@ -7,6 +7,4 @@ services:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
volumes:
|
|
||||||
- ./config.yml:/app/config.yml
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue