forked from science-ation/science-ation
Remove ports
This commit is contained in:
parent
eafea9abbd
commit
93b81f80cd
@ -14,8 +14,6 @@ services:
|
||||
|
||||
# Use "forwardPorts" in **devcontainer.json** to forward an app port locally.
|
||||
# (Adding the "ports" property to this file will not forward from a Codespace.)
|
||||
ports:
|
||||
- 8085:80
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
@ -32,8 +30,6 @@ services:
|
||||
|
||||
# Add "forwardPorts": ["3306"] to **devcontainer.json** to forward MariaDB locally.
|
||||
# (Adding the "ports" property to this file will not forward from a Codespace.)
|
||||
ports:
|
||||
- 3306:3306
|
||||
|
||||
volumes:
|
||||
mariadb-data:
|
Loading…
x
Reference in New Issue
Block a user