remove highcharts
This commit is contained in:
@@ -53,21 +53,6 @@ services:
|
||||
links:
|
||||
- docker-in-docker
|
||||
|
||||
### highcharts ###########################################
|
||||
highcharts:
|
||||
restart: always
|
||||
build:
|
||||
context: ./highcharts
|
||||
args:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TIMEZONE}
|
||||
tty: true
|
||||
ports:
|
||||
- "127.0.0.1:${HIGHCHARTS_PORT}:8080"
|
||||
networks:
|
||||
- backend
|
||||
|
||||
### PHP-FPM ##############################################
|
||||
php-fpm:
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user