mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-01 13:44:22 +02:00
change docker-compose.yml to docker-compose.example.yml
This commit is contained in:
parent
1535bd5344
commit
9ef181df6d
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -46,3 +46,4 @@ system/devices/**
|
||||||
!system/devices/MikrotikPppoe.php
|
!system/devices/MikrotikPppoe.php
|
||||||
!system/devices/MikrotikHotspot.php
|
!system/devices/MikrotikHotspot.php
|
||||||
/.vs
|
/.vs
|
||||||
|
docker-compose.yml
|
|
@ -7,7 +7,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
environment:
|
environment:
|
||||||
TZ: Africa/Nairobi
|
TZ: Africa/Nairobi
|
||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue