### Using docker
[](https://hub.docker.com/repository/docker/aeonlucid/impostor)
-[](https://hub.docker.com/repository/docker/aeonlucid/impostor)
+[](https://hub.docker.com/repository/docker/aeonlucid/impostor)
```
docker run -p 22023:22023/udp aeonlucid/impostor:nightly
```
+### Using docker-compose
+```
+version: '3.4'
+
+services:
+ impostor:
+ image: aeonlucid/impostor:nightly
+ container_name: impostor
+ ports:
+ - 22023:22023/udp
+ volumes:
+ - /path/to/local/config.json:/app/config.json # For easy editing of the config
+ - /path/to/local/plugins:/app/plugins # Only needed if using plugins
+ - /path/to/local/libraries:/app/libraries # Only needed if using external libraries
+```
+
## Multiple servers
Follow the steps from the single server on two or more servers.