diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 6f8c7842..fa048e0a 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -40,7 +40,7 @@ services: chown -R 999:999 /var/lib/mysql nginx: - image: startersclan/asp:nginx + image: startersclan/asp:3.1.0-nginx volumes: - ./config/nginx/nginx.conf:/etc/nginx/nginx.conf:ro # Customize as needed ports: @@ -53,7 +53,7 @@ services: restart: unless-stopped php: - image: startersclan/asp:php + image: startersclan/asp:3.1.0-php volumes: - ./config/ASP/config.php:/src/ASP/system/config/config.php # Main config file. Must be writeable or else ASP will throw an exception. Customize as needed # - ./config/ASP/armyAbbreviationMap.php:/src/ASP/system/config/armyAbbreviationMap.php:ro # Optional: Customize as needed if using a custom mod