Remove ports

This commit is contained in:
patrick 2025-01-15 19:23:21 +00:00
parent eafea9abbd
commit 93b81f80cd

View File

@ -14,8 +14,6 @@ services:
# Use "forwardPorts" in **devcontainer.json** to forward an app port locally. # Use "forwardPorts" in **devcontainer.json** to forward an app port locally.
# (Adding the "ports" property to this file will not forward from a Codespace.) # (Adding the "ports" property to this file will not forward from a Codespace.)
ports:
- 8085:80
depends_on: depends_on:
- db - db
@ -32,8 +30,6 @@ services:
# Add "forwardPorts": ["3306"] to **devcontainer.json** to forward MariaDB locally. # Add "forwardPorts": ["3306"] to **devcontainer.json** to forward MariaDB locally.
# (Adding the "ports" property to this file will not forward from a Codespace.) # (Adding the "ports" property to this file will not forward from a Codespace.)
ports:
- 3306:3306
volumes: volumes:
mariadb-data: mariadb-data: