fix: Remove duplicate restart configurations. #805
Duplicate restart policies have been removed from the service configuration.
This commit is contained in:
@@ -38,7 +38,6 @@ services:
|
|||||||
- ./.docker/.data/:/www/.docker/.data
|
- ./.docker/.data/:/www/.docker/.data
|
||||||
- ./storage/logs:/www/storage/logs
|
- ./storage/logs:/www/storage/logs
|
||||||
- ./plugins:/www/plugins
|
- ./plugins:/www/plugins
|
||||||
restart: on-failure
|
|
||||||
# network_mode: host
|
# network_mode: host
|
||||||
command: php artisan ws-server start
|
command: php artisan ws-server start
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user