ACEmulator / ACE

Asheron's Call server emulator.
https://emulator.ac
GNU Affero General Public License v3.0
297 stars 242 forks source link

Adjust docker compose for interactive console #4096

Closed LtRipley36706 closed 8 months ago

LtRipley36706 commented 8 months ago

Made adjustments to setup to allow for interactive console to work by default

initial configuration is made using docker.env file, end user should edit variables to their liking.

use docker compose up -d to start ace server. it will attempt to pull or build ace and also setup and initialize sql server.

use docker container attach --sig-proxy=false ace-server

or

docker attach --sig-proxy=false ace-server

to access ace console in docker. With --sig-proxy=false option, user can press Ctrl-C to exit ace console.

It may be that the arm64 variations of the docker compose and dockerfile are no longer necessary as well but I'm leaving them for now.