Removed SQLite from docker compose as it is no longer required
This commit is contained in:
		| @@ -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: . | ||||
|   | ||||
		Reference in New Issue
	
	Block a user