Removed SQLite from docker compose as it is no longer required
This commit is contained in:
parent
e04de06463
commit
fbe7219af2
@ -1,17 +1,6 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
sqlite3:
|
||||
container_name: sqlite3
|
||||
image: nouchka/sqlite3:latest
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
- ./data:/root/db
|
||||
ports:
|
||||
- '9000:9000'
|
||||
restart: unless-stopped
|
||||
|
||||
wmgzon:
|
||||
container_name: "wmgzon"
|
||||
build: .
|
||||
|
Loading…
Reference in New Issue
Block a user