We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c43b1b commit dbb2747Copy full SHA for dbb2747
README.md
@@ -21,7 +21,7 @@ An Arma 3 Dedicated Server. Updates to the latest version every time it is resta
21
-e ARMA_CONFIG=main.cfg \
22
-e STEAM_USER=myusername \
23
-e STEAM_PASSWORD=mypassword \
24
- ghcr.io/brettmayson/arma3server/arma3server:latest
+ ghcr.io/brettmayson/arma3server/arma3server:v2
25
```
26
27
### docker-compose
docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.8'
2
services:
3
arma3:
4
build: .
5
- image: ghcr.io/brettmayson/arma3server/arma3server:latest
+ image: ghcr.io/brettmayson/arma3server/arma3server:v2
6
platform: linux/amd64
7
container_name: arma3
8
network_mode: host
0 commit comments