Remvove obsolete versioning. Add external network.

This commit is contained in:
2025-06-06 09:27:22 +10:00
parent fc05264afb
commit 696d9bb13e

View File

@@ -1,10 +1,14 @@
version: '3.8'
services: services:
web: web:
image: php:8.2-apache image: php:8.2-apache
container_name: bootstrap_app container_name: homepage
ports: ports:
- "8080:80" - "8080:80"
volumes: volumes:
- ./:/var/www/html:Z - ./:/var/www/html:Z
networks:
- labnet
networks:
labnet:
external: true