removed trash
All checks were successful
update neo with compose files / update (push) Successful in 5s
All checks were successful
update neo with compose files / update (push) Successful in 5s
This commit is contained in:
parent
62b45344c3
commit
73998fffb0
2 changed files with 0 additions and 15 deletions
|
@ -1,8 +1,6 @@
|
|||
version: '2.2'
|
||||
|
||||
services:
|
||||
|
||||
|
||||
ntfy:
|
||||
build: custom/ntfy
|
||||
container_name: ntfy
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
version: '2.2'
|
||||
|
||||
services:
|
||||
mysql-laravel:
|
||||
image: mysql:5.7
|
||||
restart: always
|
||||
ports:
|
||||
- "33061:3306"
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=root
|
||||
- MYSQL_DATABASE=laravel
|
||||
- MYSQL_USER=laravel
|
||||
- MYSQL_PASSWORD=laravel
|
Reference in a new issue