-
Notifications
You must be signed in to change notification settings - Fork 249
ACE Hosting Docker
Ty Conner edited this page Apr 25, 2024
·
1 revision
This guide assumes that you're familiar with Docker its concepts and its usage.
For your convenience, we have in our repo a simple docker-compose.yml to make use of our docker container build.
You can reference the Raspberry Pi instructions for an example of standing up a dockerized version of ACEmulator
docker compose up -d
docker container attach --sig-proxy=false ace-server
docker compose logs -f
docker compose restart
docker compose down
docker compose down
docker compose pull
docker compose up -d