mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-13 04:33:30 -04:00
8 lines
79 B
Bash
8 lines
79 B
Bash
#!/bin/bash
|
|
|
|
cd docker
|
|
|
|
. ./.env
|
|
|
|
docker-compose -f ../docker-compose.yml down
|