1
0
mirror of https://github.com/tiyn/amphora-wiki.git synced 2026-09-22 06:21:38 +02:00

Updated to new docker compose command

This commit is contained in:
2026-09-08 12:34:27 +02:00
parent d5cf8d6d13
commit 757f29933a

View File

@@ -1,3 +1,3 @@
#!/bin/sh
docker-compose down
docker-compose up -d --build
docker compose down
docker compose up -d --build