remove image and add build
This commit is contained in:
@@ -3,7 +3,8 @@ version: '3.9'
|
||||
services:
|
||||
go-nkode:
|
||||
container_name: go-nkode
|
||||
image: registry.donovankelly.dev/go-nkode
|
||||
build: # This tells Docker Compose to build the image first
|
||||
context: .
|
||||
volumes:
|
||||
- /var/go-nkode/sqlite:/app/data/sqlite
|
||||
- /var/go-nkode/icons:/app/data/icons
|
||||
|
||||
Reference in New Issue
Block a user