diff --git a/docker-compose.production.yml b/docker-compose.production.yml index cf9a9ec..13afa1a 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -28,4 +28,11 @@ services: build: context: ./docker/7.4/ dockerfile: Dockerfile.production - image: git.nixc.us/colin/php-legacy:production-7.4 \ No newline at end of file + image: git.nixc.us/colin/php-legacy:production-7.4 + php-version-8.3-apache: + build: + context: ./docker/8.3-apache/ + dockerfile: Dockerfile.production + image: git.nixc.us/colin/php-legacy:production-8.3-apache + dns: + - 9.9.9.9 \ No newline at end of file